[Openstack] heat resume Vms and run from SNAPSHOT

2017-10-11 Thread Charls D. Chap
heat resume Vms and run from SNAPSHOT: I have a stack of VMs (nova servers). The commands i execute are the following: openstack stack create openstack stack suspend openstack stack snapshot create At this point stack_state is in status SNAPSHOT_COMPLETED and vms_state is in status SUSPENDED Ho

Re: [Openstack] [openstack-hpc] openstack heat multi tenant scenario

2017-10-11 Thread Charls D. Chap
t. It works as you describe below. > > You just have to specify which tenant to run which command under. like: > OS_PROJECT_NAME=TenantA openstack stack create "mystack" > OS_PROJECT_NAME=TenantB openstack stack create "mystack" > > Thanks, > Kevin > _

[Openstack] openstack heat multi tenant scenario

2017-10-10 Thread Charls D. Chap
Scenario: -DomainA (TenantA, TenantB) -TenantA(userA) -TenantB(userB) - A template which start OS:NOVA:SERVERS 1. Is it possible two run simultaneously the same openstack stack create command? 2. a. how can i specify that i want, in the first case, the VMs of the stack, beloging to TenantA and in