Another observation - Steps: 1. openstack overcloud deploy --templates -e myconfig_1.yaml 2. openstack overcloud update overcloud 3. openstack overcloud deploy --templates -e myconfig_2.yaml
With this steps in sequence, configuration of myconfig_2.yaml is applied successfully. (still config in step 1 remained unchanged.) I am not sure why do we need step 2 above? Thanks, Dnyaneshwar From: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Date: Wednesday, May 31, 2017 at 9:10 PM To: "OpenStack Development Mailing List (not for usage questions)" <[email protected]<mailto:[email protected]>> Subject: Re: [EXTERNAL] Re: [openstack-dev] [TripleO] custom configuration to overcloud fails second time Hi Ben, On 5/31/17, 8:06 PM, "Ben Nemec" <[email protected]<mailto:[email protected]>> wrote: I think we would need to see what your custom config templates look like as well. Custom config templates: http://paste.openstack.org/show/611114/ Also note that it's generally not recommended to drop environment files from your deploy command unless you explicitly want to stop applying them. So if you applied myconfig_1.yaml and then later want to apply myconfig_2.yaml your deploy command should look like: openstack overcloud deploy --templates -e myconfig_1.yaml -e myconfig_2.yaml Yes, I agree. But in my case even if I dropped myconfig_1.yaml while applying myconfig_2.yaml , config in step 1 remained unchanged. On 05/31/2017 07:53 AM, Dnyaneshwar Pawar wrote: Hi TripleO Experts, I performed following steps - 1. openstack overcloud deploy --templates -e myconfig_1.yaml 2. openstack overcloud deploy --templates -e myconfig_2.yaml Step 1 Successfully applied custom configuration to the overcloud. Step 2 completed successfully but custom configuration is not applied to the overcloud. And configuration applied by step 1 remains unchanged. *Do I need to do anything before performing step 2?* Thanks and Regards, Dnyaneshwar __________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: [email protected]<mailto:[email protected]>?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev __________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: [email protected]<mailto:[email protected]>?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
__________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: [email protected]?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
