Use the current Puppet master when launching

Change-Id: Ia5f5320aa77791c6c03b42b395945132e699f57e
This commit is contained in:
Jeremy Stanley 2014-09-15 18:20:24 +00:00
parent 6585339b56
commit 6b9a27a90f
2 changed files with 3 additions and 3 deletions

View File

@ -45,8 +45,8 @@ exported a relevant FQDN and sourced the appropriate API credentials
above.
When running outside the official OpenStack CI infrastructure, you
will want to pass --server ci-puppetmaster.example.com otherwise the
new node wil try to register with ci-puppetmaster.openstack.org - and
will want to pass --server puppetmaster.example.com otherwise the
new node wil try to register with puppetmaster.openstack.org - and
fail hilariously.
Add DNS Records

View File

@ -195,7 +195,7 @@ def main():
help="name of signed puppet certificate file (e.g., "
"hostname.example.com.pem)")
parser.add_argument("--server", dest="server", help="Puppetmaster to use.",
default="ci-puppetmaster.openstack.org")
default="puppetmaster.openstack.org")
parser.add_argument("--volume", dest="volume",
help="UUID of volume to attach to the new server.",
default=None)