Juniper / contrail-ansible

Ansible scripts used by server manager
Apache License 2.0
5 stars 10 forks source link

Support for SSL Certs (Copying to bare metal) #21

Closed nitishkrishna closed 7 years ago

nitishkrishna commented 7 years ago

Please set cluster json parameter as below:

        "parameters": {
            "provision": {
                "contrail_4": {
                    "ssl_certs_src_dir": "/etc/contrail_smgr/puppet/ssl"
                }
             }
         }

ssl_certs_src_dir should point to cert on ansible host machine where SSL certs are available:

ca-cert.pem .pem -privkey.pem

In Non-SM scenario, these have to be created by user and supplied in some dir on ansible host. The parameter ssl_certs_src_dir has to be then set in the inventory file