*** longkb has joined #heat | 00:47 | |
*** longkb has quit IRC | 00:48 | |
*** mordred has quit IRC | 00:49 | |
openstackgerrit | Zane Bitter proposed openstack/heat-agents master: Get rid of dependency on dpath https://review.openstack.org/604205 | 01:10 |
---|---|---|
openstackgerrit | Zane Bitter proposed openstack/heat-agents master: add lower-constraints job https://review.openstack.org/555487 | 01:10 |
*** zaneb has quit IRC | 01:22 | |
openstackgerrit | Merged openstack/heat-agents master: Get rid of dependency on dpath https://review.openstack.org/604205 | 01:30 |
*** rcernin has quit IRC | 01:39 | |
*** rcernin has joined #heat | 01:39 | |
*** ivve has joined #heat | 04:39 | |
*** ricolin has joined #heat | 06:13 | |
*** k_mouza has joined #heat | 06:14 | |
*** k_mouza has quit IRC | 06:18 | |
*** shubham_potale has joined #heat | 07:11 | |
*** ramishra has joined #heat | 07:30 | |
*** skramaja has joined #heat | 07:44 | |
*** rcernin has quit IRC | 08:13 | |
*** gkadam has joined #heat | 08:15 | |
*** shardy has joined #heat | 08:26 | |
openstackgerrit | Merged openstack/heat master: Return execution state_info in ExternalResource https://review.openstack.org/619200 | 08:58 |
shubham_potale | Hi all, I want to create stack using this template https://github.com/openstack/heat-templates/blob/master/hot/autoscaling.yaml . can anyone tell me from where I will get following parameter 1)database_flavor 2)database_name 3)database_user 4)external_network_id so that I am able to create stack | 09:25 |
*** gfidente has joined #heat | 09:31 | |
*** zigo has joined #heat | 10:02 | |
ramishra | shubham_potale: database_flavor is the nova flavor you want to use for your database from 'openstack flavor list' and external_network_id is id of any neutron external network in your openstack cloud | 10:16 |
ramishra | shubham_potale: database_name and database_user have defaults('wordpress') in the template and you can override them with whatever db name and db user name you want to use | 10:17 |
*** ramishra has quit IRC | 10:43 | |
*** k_mouza has joined #heat | 10:44 | |
*** sshnaidm|afk is now known as sshnaidm | 10:54 | |
*** gkadam has quit IRC | 11:24 | |
*** gkadam has joined #heat | 11:28 | |
*** k_mouza has quit IRC | 11:38 | |
shubham_potale | Thanks ramishra for help, but after hitting follwing command openstack stack create -t ../heat-templates/hot/autoscaling.yaml --parameter flavor=m1.tiny --parameter image=cirros-0.3.5-x86_64-disk --parameter key=my-ley --parameter network=net_mgmt --parameter subnet_id=subnet_mgmt --parameter database_flavor=m1.tiny --parameter database_name=wordpress --parameter database_user=wordpress --parameter external_network_id=b771a195 | 11:51 |
shubham_potale | getting this error ERROR: HEAT-E99001 Service neutron is not available for resource type OS::Neutron::LBaaS::LoadBalancer, reason: Required extension lbaasv2 in neutron service is not available. | 11:51 |
shubham_potale | any one can tell me for above error | 11:55 |
hjensas | shubham_potale: The neutron API uses extensions, you can query it to see which extensions are available. Heat just did that, and the lbaasv2 extension is not available in the networking service, without it you cannot use that resource. | 12:01 |
hjensas | shubham_potale: If it is a recent version of Openstack, it may have been replaced with Octavia. Check out OS::Octavia::LoadBalancer and other Octavia resource types: https://docs.openstack.org/heat/queens/template_guide/openstack.html#OS::Octavia::HealthMonitor | 12:05 |
*** ramishra has joined #heat | 12:17 | |
shubham_potale | hjensas : Thank you , but I have tried with all Octavia resource types but showing same type of error. | 12:39 |
therve | shubham_potale: What do you have deployed? | 12:42 |
shubham_potale | hjensas: actually want exlpore about how param values are getting used and replaced in heat when it uses autoscaling policy . for that I am triying to create stack and debug the code | 13:01 |
*** k_mouza has joined #heat | 13:22 | |
hjensas | shubham_potale: I see, how did you deploy the openstack you are testing on? | 13:35 |
shubham_potale | hjensas: deployed openstack using devstack | 13:42 |
hjensas | shubham_potale: ok, did you install Ocatavia in your devstack environment? See: https://docs.openstack.org/octavia/pike/contributor/guides/dev-quick-start.html | 13:43 |
hjensas | shubham_potale: sorry, the latest version of that document: https://docs.openstack.org/octavia/latest/contributor/guides/dev-quick-start.html | 13:44 |
shubham_potale | hjensas: ok I will see this | 13:45 |
hjensas | shubham_potale: a quick look at that doc I wonder if the readme in the repo is a better source. https://github.com/openstack/octavia/tree/master/devstack | 13:46 |
hjensas | shubham_potale: suggest you check with octavia folks what is the better option here ... | 13:47 |
shubham_potale | hjensas: Thank you. I have not yet installed Ocatavia. I will do it now. | 13:52 |
ramishra | shubham_potale: FWIW there is a devstack doc for lbaasv2 https://docs.openstack.org/devstack/latest/guides/devstack-with-lbaas-v2.html, however, we should update these templates to use octavia resources instead as lbaasv2 resources are not maintained anymore. | 14:01 |
openstackgerrit | Rabi Mishra proposed openstack/heat-templates master: Use octavia resources for autoscaling example https://review.openstack.org/619577 | 14:02 |
ramishra | shubham_potale: you can probably use ^^^ | 14:03 |
*** pbourke has quit IRC | 14:09 | |
*** pbourke has joined #heat | 14:11 | |
shubham_potale | ramishra :thank you | 14:16 |
*** skramaja has quit IRC | 14:49 | |
*** jistr is now known as jistr|call | 15:20 | |
*** k_mouza has quit IRC | 15:23 | |
*** jistr|call is now known as jistr | 15:28 | |
*** k_mouza has joined #heat | 15:37 | |
*** k_mouza has quit IRC | 15:47 | |
*** gkadam has quit IRC | 15:51 | |
*** k_mouza has joined #heat | 16:05 | |
*** ricolin has quit IRC | 16:31 | |
*** ramishra has quit IRC | 16:32 | |
*** shardy has quit IRC | 17:05 | |
*** k_mouza_ has joined #heat | 17:35 | |
*** k_mouza_ has quit IRC | 17:36 | |
*** k_mouza has quit IRC | 17:39 | |
*** gfidente is now known as gfidente|afk | 17:44 | |
*** k_mouza has joined #heat | 18:19 | |
*** k_mouza has quit IRC | 18:23 | |
openstackgerrit | Harrathi Issam proposed openstack/heat master: Add tags support for ProviderNet resource https://review.openstack.org/613370 | 18:39 |
*** gfidente|afk has quit IRC | 21:04 | |
*** ivve has quit IRC | 21:12 | |
*** rcernin has joined #heat | 22:05 | |
*** jtomasek has quit IRC | 22:20 | |
*** mchlumsky has quit IRC | 22:42 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!