summaryrefslogtreecommitdiffstats
path: root/snaps/openstack/create_instance.py
AgeCommit message (Expand)AuthorFilesLines
2018-10-08Deprecating launch app and ansible support.spisarski1-0/+4
2018-10-03Updates to the ansible API implementation to allow forspisarski1-2/+1
2018-04-19Fixed bug with regards to subnet lookups.spisarski1-5/+8
2018-03-12Closing keystone sessions after done with them.spisarski1-18/+28
2018-03-08Added members to VmInst that will contain the availability_zonespisarski1-0/+4
2018-03-08Ensure the project for volumes are handled properly.spisarski1-1/+2
2018-02-28Ensure project for routers are handled properly.spisarski1-1/+2
2018-02-22Changed pattern on how objects lookup themselves by name and project.spisarski1-20/+25
2018-02-16Ensure project IDs are handled correctly for Network/Subnetsspisarski1-10/+13
2018-02-06Fixed timeout logic when attaching/detaching volumes.spisarski1-4/+6
2018-01-29Changed the way floating IPs are getting assigned to VMs as the previousspisarski1-55/+11
2018-01-23Added password support for SSH and Ansiblespisarski1-11/+29
2018-01-03Added new configuration option for OpenStackVmInstance for cloud-initspisarski1-2/+1
2017-12-28Enhancements to the SNAPS orchestrator/launcherspisarski1-90/+84
2017-12-19Return the floating ip objectManuel Buil1-0/+2
2017-12-18Refactored VmInst domain class for Ports.spisarski1-5/+7
2017-12-04Added the ability to reboot OpenStack server instancesspisarski1-0/+12
2017-12-01Added ability to add a floating IP to an existing instancespisarski1-31/+77
2017-11-20Refactoring of VmInstanceSettings to extend VmInstanceConfigspisarski1-139/+13
2017-11-20Refactoring of NetworkSettings to extend NetworkConfigspisarski1-3/+3
2017-11-08Adding tests for IPv6.spisarski1-1/+4
2017-11-02Added method to OpenStackHeatStack to return OpenStackRouter objects.spisarski1-3/+2
2017-10-24Implemented the ability to attach volumes to VM instances.spisarski1-22/+55
2017-10-12Improved creator/state machine classes class hierarchy.spisarski1-50/+61
2017-09-08Enhanced launch.py app to support all types.spisarski1-2/+6
2017-08-24Added method to return OpenStackVmInstance from Heat.spisarski1-12/+37
2017-08-07Refactored neutron_utils#get_router_by_name() to get_router()spisarski1-1/+2
2017-08-07Merge "Refactored neutron_utils#get_subnet_by_name() to get_subnet()"Steven Pisarski1-4/+5
2017-08-07Merge "Refactor server retrieval API calls."Steven Pisarski1-3/+3
2017-08-04Refactored neutron_utils#get_subnet_by_name() to get_subnet()spisarski1-4/+5
2017-08-03Refactor server retrieval API calls.spisarski1-3/+3
2017-08-03Refactored port retrieval to include PortSettigs.spisarski1-2/+2
2017-07-28Removed floating IP list from OpenStackVmInstance.spisarski1-24/+21
2017-07-27Ensure library and tests close all necessary resources.spisarski1-0/+1
2017-07-18Created custom exceptions for VM instance creation.spisarski1-13/+33
2017-07-18Merge "Added proper assertion config NIC test."Steven Pisarski1-2/+3
2017-07-17Added proper assertion config NIC test.spisarski1-2/+3
2017-07-17Last task necessary to stop users from easily obtaining OS objects.spisarski1-10/+16
2017-07-13Created domain classes for networks and subnets.spisarski1-23/+12
2017-07-13Created domain class for routers.spisarski1-2/+2
2017-07-13Created domain class for ports.spisarski1-10/+7
2017-07-11Created domain classes for security groups.spisarski1-3/+2
2017-07-06Added support for using '~' for SSH key location.spisarski1-5/+6
2017-06-22Use neutron to create floating IPs.spisarski1-55/+29
2017-06-20Changes to VMInstanceSettings and FloatingIPSettings constructors.spisarski1-215/+310
2017-06-06Added custom security group with ICMP and SSH rules.spisarski1-1/+1
2017-05-19Fixed error in ansible_utils_tests.py and added ansible helperspisarski1-3/+14
2017-05-16Added support for offline testingspisarski1-1/+4
2017-05-16Ensure creators' constructors cannot raise exceptions.spisarski1-12/+10
2017-05-08Modified code to support both Python 2.7 and 3.xspisarski1-15/+15