Quantcast
Channel: Ask Puppet: Puppet DevOps Q&A Community - RSS feed
Viewing all articles
Browse latest Browse all 75

installation dealing with interactive questions - template - vfabric webserver

$
0
0
Trying to puppetize (open source edition) the vfabric webserver installation. The command for the install is ./newserver --server=tcweb --rootdir=/opt/vfabric-web-server --serverdir=/opt/apps/webserver/xyz While executing this newserver (perl) script, it asks for bunch of questions - Enable SSL and create a default key [y/n]? y Server hostname (e.g. www.example.com) [tcweb]? m-g.com Administrator email [webmaster@m-g.com]? Port for http:// traffic [80]? Port for https:// traffic [443]? Size of SSL RSA key, in bits [2048]? Enter PEM pass phrase: Verifying - Enter PEM pass phrase: Country Name (2 letter code) [AU]:US State or Province Name(full name) [Some-State]:AK Locality Name (eg, city) []:Lincoln Organization Name (eg,company) [Internet Widgits Pty Ltd]:xyz Inc Organizational Unit Name (eg, section) []:ops Common (Server) Name (eg, www.example.com) []:a-xy.com Email Address []:a@b.com A challenge password []:VOinc An optional company name []:d.com There is not a standard property file (like vfabric.properties) within vmware for installation of vfabric ws. I believe template is the way to go for this. Not sure how I can construct a template file (.erb file) and how it should be used in nodes.pp,init.pp file ? I have been trying around. appreciate any help in this.

Viewing all articles
Browse latest Browse all 75

Trending Articles