From chapcharls at gmail.com Tue Oct 10 12:10:59 2017 From: chapcharls at gmail.com (Charls D. Chap) Date: Tue, 10 Oct 2017 15:10:59 +0300 Subject: [OpenStack-el] openstack - heat - snapshot Message-ID: χαρειται, εχω ενα stack απο VMs(nova servers). Οι εντολες που εκτελω ειναι οι ακολουθες: openstack stack create openstack stack suspend openstack stack snapshot create Σε αυτο το σημειο. το stack state ειναι SNAPSHOT_COMPLETED και το vms_state ειναι SUSPENDED(λογω του stack suspend). Πως μπορω να επαναφερω την stack ετσι ωστε οι VMs να ειναι σε running state, και με image αντι γιαυτο που ειχαν, το snapshoted image για το εκαστοτε vm. ευχαριστω. From chapcharls at gmail.com Tue Oct 10 12:14:27 2017 From: chapcharls at gmail.com (Charls D. Chap) Date: Tue, 10 Oct 2017 15:14:27 +0300 Subject: [OpenStack-el] openstack multi tenant scenario Message-ID: 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 the second case to TenantB b. for the OS::NOVA::SERVER as fas as i can see there is no such property to Distinguish project names c. I want to achieve something like this openstack stack create "mystack" for TenantA openstack stack create "mystack" for TenantB openstack server list for TenantA VM1 RUNNING VM2 RUNNING .... openstack server list for TenantB VM1 RUNNING VM2 RUNNING .... So THE SAME VMs for both Tenants! 3. In the end, how is multi-tenancy achieved? So far, I have achieved it, by having two different stack names, tenantA and tenantB correspondingly, which take as input the same template, with the same parameters.