Fix comment in freeipa_setup.sh script
authorJuan Antonio Osorio Robles <jaosorior@redhat.com>
Wed, 18 Jan 2017 23:02:13 +0000 (01:02 +0200)
committerJuan Antonio Osorio Robles <jaosorior@redhat.com>
Wed, 18 Jan 2017 23:02:13 +0000 (01:02 +0200)
It wrongly pointed that one can use an IP, and this is not correct. For
this case, it needs to be a CIDR. This is because we are not using DHCP
to set this address in CI, so the CIDR is required, else it will use /32
which will not route.

Change-Id: Iea070d49aeb2324564bae59082481b5485d1d360

ci/scripts/freeipa_setup.sh

index c072c74..a36493a 100644 (file)
@@ -8,8 +8,8 @@
 #   - AdminPassword
 #   - UndercloudFQDN
 #   - HostsSecret
-#   - ProvisioningCIDR: If set, it adds the given CIDR or IP to the
-#                       provisioning interface (which is hardcoded to eth1)
+#   - ProvisioningCIDR: If set, it adds the given CIDR to the provisioning
+#                       interface (which is hardcoded to eth1)
 #
 set -eux