Confirmed users
1,989
edits
m (→Puppet) |
(→Puppet) |
||
| Line 26: | Line 26: | ||
# create a DNS entry | # create a DNS entry | ||
# use full LDAP e.g. user@mozilla.com | # use full LDAP e.g. user@mozilla.com | ||
invtool A create --ip $ip -- | invtool A create --ip $ip --fqdn buildbot-master07.bb.releng.usw2.mozilla.com --private --description "bug #: bm07" | ||
# create a DNS reverse-mapping (required for puppet certs to work properly) | # create a DNS reverse-mapping (required for puppet certs to work properly) | ||
invtool PTR create --ip $ip --target buildbot- | invtool PTR create --ip $ip --target buildbot-master07.bb.releng.usw2.mozilla.com --private --description "bug #: bm07" | ||
#create a CNAME | #create a CNAME | ||
nvtool CNAME create --fqdn buildbot-master07.build.mozilla.org --target buildbot-master07.bb.releng.usw2.mozilla.com --private --description "bug #: bm07" | |||
#create the instance | #create the instance | ||