Re: [Openstack] about cloud-init question

2018-04-23 Thread Eugen Block
Hi, we use this piece of script to pass salt data to instances and execute the respective commands to start the salt-minion: ---cut here--- #cloud-config write_files: # Minion Konfiguration - content: | master: id: [...] owner: root:root path: /etc/salt/minion.d/init

Re: [Openstack] about cloud-init question

2018-04-23 Thread Huang, Haibin
I suspect my cloud-init version is too lower. Can you share me your cloud-init version? Thank you! > -Original Message- > From: Eugen Block [mailto:ebl...@nde.ag] > Sent: Monday, April 23, 2018 2:58 PM > To: openstack@lists.openstack.org > Subject: Re: [Openstack] about cloud-init questio

Re: [Openstack] about cloud-init question

2018-04-23 Thread Eugen Block
Currently, we use host:~ # cloud-init --version cloud-init 0.7.8 Zitat von "Huang, Haibin" : I suspect my cloud-init version is too lower. Can you share me your cloud-init version? Thank you! -Original Message- From: Eugen Block [mailto:ebl...@nde.ag] Sent: Monday, April 23, 2018

Re: [Openstack] about cloud-init question

2018-04-23 Thread Huang, Haibin
Hi I use below config can create both /root/hhb.gz and /home/Ubuntu/config. Thank you very much! #cloud-config write_files: - encoding: b64 content: H4sICMxh2VoAA2hoYgCzKE5JK07hAgDCo1pOBw== owner: root:root path: /root/hhb.gz permissions: '0644' runcmd: - mkdir -p /home

[Openstack] volume state (in-use/available) vs real work

2018-04-23 Thread Volodymyr Litovka
Hi colleagues, in order to change (increase) boot disk's size "on the fly", I can do the following sequense of commands without stopping VM: : openstack volume set --state available : openstack volume set --state in-use --size 32 and, if properly configured, disk will be automatically resiz

Re: [Openstack] about cloud-init question

2018-04-23 Thread Eugen Block
I'm glad I could help! Zitat von "Huang, Haibin" : Hi I use below config can create both /root/hhb.gz and /home/Ubuntu/config. Thank you very much! #cloud-config write_files: - encoding: b64 content: H4sICMxh2VoAA2hoYgCzKE5JK07hAgDCo1pOBw== owner: root:root path: /root/hhb.g

Re: [Openstack] which SDK to use?

2018-04-23 Thread Adrian Turjak
I don't disagree that the SDK lacks feature parity, which is oddly enough one of the main reasons I'm actually using it, to find those missing features, document them, maybe fix them, or if I can't fix them annoy the right people who can. With the SDK there is at least always a way to get around th

Re: [Openstack] which SDK to use?

2018-04-23 Thread Volodymyr Litovka
Hi Adrian, Then we have the odd thing where most of the client list commands return lists of objects, while some (I'm looking at you glance), returns a generator. After short period of use, I completely agree with this and other your statements re client libraries. Thanks for pointing on ways t

[Openstack] help

2018-04-23 Thread Douaa
Hello I'm trying to use openstack (VIM) on openbaton for that i create to VMs one for OpenStack and the second for Opnebaton. i have installed packstack on CentOS and Openbaton on ubuntu 16.04. Now i'm trying to create VIM Openstack on openbaton but i have erreur there is any plugins or configurat

Re: [Openstack] help

2018-04-23 Thread Melvin Hillsman
Douaa can you provide details on the error you are getting? Also I am adding the Operators ML as some more practitioners may be able to see it from there. On Mon, Apr 23, 2018 at 11:55 AM, Douaa wrote: > Hello > I'm trying to use openstack (VIM) on openbaton for that i create to VMs > one for Op