On Tuesday, August 15, 2017, 3:39:55 PM PDT, prakash RAMCHANDRAN <[email protected]> wrote: Hi all, I am looking to install Clearwater vIMS on a Ubuntu 140.04 Cloud image on Rackspce generation 1 server with 1-30 GB RAM with Ceph / Swift back end for Nova/Heat.Refer to bottom of the link below. https://github.com/Metaswitch/clearwater-heat/ Q1. Will ubuntu Cloudimage just needs a single external network to hang on as it statesAns 1 I tried yes thats correct and used a single public network to point to both mgmt and sig ntworks in Openstack Oacta Stable with heat orchestration.it creates two private networks for use and adds all compments and stiches them together using private networks it creates on two submets 192.168.0.0/24 and 192.168.1.0/24 ;listed in mail clearwater.yaml file. Q2. Will the other private networks be automatically created by using clearwater.yaml?Ans 2 yes as above in Ans1. Q3. If not do we have to prepare a separate user-data file for cloud-int or it will create that out from the associated yaml files and scripts. If that happens do we have to loginto ubunto cloud image and get clone the clearwater repo on to the server before it can reboot and create all cool vIMS components and we can jsut test it as needed using various sip tools? Ans 3 Heat though Nova addresses it as part of cloud-init the necessary userdata aor config drive. Still the part of logging into vIMS I am working on, but on dashboard it shows some failure due to quota exceeded for security groups and working on it. Any pointers to fixing that welcome. For now this should suffice for me to attempt launch one and see what happens.Ans: Tried and stack goes active but due to resource limitations fails on quota for now. Will update once have better resource or workaround. used command: (Please comment if this needs change)1. Install devstack with heat referhttps://docs.openstack.org/devstack/latest/ 2. Set up Demo project env using$ source openrc demo demo 3. git clone the celarwater repogit clone https://github.com/Metaswitch/clearwater-heat.git $ cd clearwarer-heat 4, Follow procedures on Clearwater heat template on link (see at end of page on link) https://github.com/Metaswitch/clearwater-heat 5. run clearwater vIMS using heat openstack stack create -t clearwater.yaml --parameter "image=trustyVM;flavor=m1.small;key_name=demokey04;public_mgmt_net_id=bb888011-1579-45f4-9c65-14883fd77426;public_sig_net_id=bb888011-1579-45f4-9c65-14883fd77426;dnssec_key=H/PVeRl7SBFpOwPTVCoxCQoq8bFu2AEsX+vb1H7j5Kpvdgfh6ykU0uwQKtbsSaONESMOtl" vIMS openstack stack list +----------------+------------+---------------+----------------+--------------+ | ID | Stack Name | Stack Status | Creation Time | Updated Time | +----------------+------------+---------------+----------------+--------------+ | 4dee9e81-a87f- | vIMS | CREATE_FAILED | 2017-08-16T09: | None | | 47b9-ab92-0818 | | | 06:48Z | | | 676c3df5 | | | | | Any words of advice from experienced or even hackers welcome. ReagardsPrakash
_______________________________________________ Clearwater mailing list [email protected] http://lists.projectclearwater.org/mailman/listinfo/clearwater_lists.projectclearwater.org
