Merge "Use the current Puppet master when launching"
This commit is contained in:
commit
6897d960fb
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user