Re: Procedure for Linux templates

2016-02-19 Thread Cristian Ciobanu
Stephan, Sorry, after VM restart SSH works. Regards, Cristian On 19.02.2016 18:14:43, Stephan Seitz wrote: Hey Cristian, we will add distribution-dependent README.md next week. If you'ld like to follow the same naming, just: 1. create a user "vmadmin" 2. optional: add vmadmin user to sudoer

Re: Procedure for Linux templates

2016-02-19 Thread Cristian Ciobanu
Hi Stephan,     I just figured out how to do, i also created a template for CentOS 7 but i changed user from vmadmin to root also everything is ok except i'm not able to connect via ssh on VM ( i get time out ) but  if go via console on VM i have network connection and generated password works.

Re: Procedure for Linux templates

2016-02-19 Thread Stephan Seitz
Hey Cristian, we will add distribution-dependent README.md next week. If you'ld like to follow the same naming, just: 1. create a user "vmadmin" 2. optional: add vmadmin user to sudoers (maybe with NOPASSWD: ) 3. copy the files 4. enable the init scripts. E.g. systemctl enable cloud... or update

Re: Procedure for Linux templates

2016-02-19 Thread Cristian Ciobanu
Hi Stephan,   First of all, thanks for scripts, also can you let me know what need to be executed on VM after script file's are copied on VM.   I don't see any information, is like only copy the files and execute newtemplate.sh. Regards, Cristian On 19.02.2016 13:19:47, Stephan Seitz wrote:

Re: Procedure for Linux templates

2016-02-19 Thread Stephan Seitz
Hi guys, just sorting out our repository. Maybe you find it useful: https://github.com/HeinleinSupport/acs-template-scripts Currently, the scripts are looking somewhat messy and our SuSE LEAP scripts are waiting for cleanup, but for the impatient ones ... For ACS we're moving to public github p

Re: Procedure for Linux templates

2016-02-18 Thread Patrick Miller
If you are looking for a marketplace for templates, checkout http://dl.openvm.eu/cloudstack it is a nice collection of templates worth checking out. Thanks to nux [email protected] centos coreos debian freebsd macchinina openbsd ubuntu Hope this helps Patrick Miller ▪ Senior Systems Engineer ▪ Su

Re: Procedure for Linux templates

2016-02-18 Thread Jeff Moody
If you are using CentOS, then please feel free to use the playbook as it is. It may be several weeks before I am able to finish testing my updates. Thanks, Jeff On Thu, 2016-02-18 at 22:13 +0200, Cristian Ciobanu wrote: > Hello, > >     Nice to hear this, i will wait for updates. > > > Regards

Re: Procedure for Linux templates

2016-02-18 Thread Cristian Ciobanu
Hello,     Nice to hear this, i will wait for updates. Regards, Cristian On 18.02.2016 19:19:30, Stephan Seitz wrote: Hi, we've recently built templates for Centos 7, Ubuntu 14.04, Debian 8 and SuSE Leap 42.1. We tried to do our work as near as possible to the respective default networking.

Re: Procedure for Linux templates

2016-02-18 Thread Cristian Ciobanu
Hello,    I did exactly like on CentOS 6.7 + disable Network Manager, but VM is not getting IP after deploy, i'm not sure if this is related to NIC name ( ifcfg-enox )     Yes, my system offering is basic DHCP also works for Windows and now for CentOS 6.7.     ( Like in my last email the

RE: Procedure for Linux templates

2016-02-18 Thread Cristian Ciobanu
Message- From: Ricardo Makino [mailto:[email protected]] Sent: Thursday, 18 February 2016 3:21 PM To: [email protected] Subject: Re: Procedure for Linux templates Hello Cristian, Regarding the password I had the same problema in CentOS 7, you will have to stop and disable the Network

Re: Procedure for Linux templates

2016-02-18 Thread Jeff Moody
I have an Ansible Playbook at https://github.com/fifthecho/CloudStack-T emplate which I use to bundle up templates. It works with EL and Debian, I'm close to getting Ubuntu support 100% functional (for some reason Ubuntu hangs on dpkg-reconfigure openssh-server, so I've found an alternative method

Re: Procedure for Linux templates

2016-02-18 Thread Stephan Seitz
Hi, we've recently built templates for Centos 7, Ubuntu 14.04, Debian 8 and SuSE Leap 42.1. We tried to do our work as near as possible to the respective default networking. So CentOS 7 w/ NM and SuSE Leap with wicked (which caused a lot of pain to get it working...) We're just sorting out our g

RE: Procedure for Linux templates

2016-02-18 Thread Glenn Wagner
based upon its contents, nor copy or show it to anyone. Please contact the sender if you believe you have received this email in error. -Original Message- From: Ricardo Makino [mailto:[email protected]] Sent: Thursday, 18 February 2016 3:21 PM To: [email protected] Subject

Re: Procedure for Linux templates

2016-02-18 Thread Ricardo Makino
Hello Cristian, Regarding the password I had the same problema in CentOS 7, you will have to stop and disable the NetworkManager. Because NetworkManager change the path for dhcp lease file: # systemctl stop NetworkManager # systemctl disable NetworkManager About the IP, your VM is configured to

Procedure for Linux templates

2016-02-18 Thread Cristian Ciobanu
Hello,      Can i get a documentation for how to create Linux templates, and needed scripts ?     I did like in this example :  http://cloudstack-administration.readthedocs.org/en/4.8/templates.html#creating-a-template-from-an-existing-virtual-machine   but is not working for CentOS 6.7 or Cent