Commit Graph

318 Commits (76ea6c59cd06dbb710d0b3adbd11f9985c2f2e05)

Author SHA1 Message Date
Mitchell Hashimoto 09acd1f79d providers/openstack: fix crash case if network is nil [GH-2323]
11 years ago
cvvs eabaf8a088 provider/openstack: openstack router admin state
11 years ago
cvvs 646fd76e07 provider/openstack: change security groups to set
11 years ago
Mitchell Hashimoto 27acb45522 Merge pull request #2262 from ggiamarchi/openstack/endpoint_type
11 years ago
Paul Hinze 84afeb73b1 acc tests: ensure each resource has a _basic test
11 years ago
Guillaume Giamarchi 8d26e10aba go fmt
11 years ago
Guillaume Giamarchi e04a6cacc5 Enpoint type configuration for OpenStack provider
11 years ago
Travis Truman 7fe29efc1d Fixes #2212 by allowing OS_AUTH_TOKEN to set api_key config value
11 years ago
Alexander Dupuy 739a411b4d debug security group ids
11 years ago
Joe Topjian 4daaacd292 Minor volume fixes
11 years ago
Joe Topjian 7ca7eeabe7 Added scheduler_hints to the OpenStack instance resource.
11 years ago
Joe Topjian b74e74fc16 ServerGroup Resource
11 years ago
Joe Topjian 9c27194ee1 gofmt fixes
11 years ago
Joe Topjian fe668a1ac7 Fixing TestAccFWPolicyV1
11 years ago
Joe Topjian a6b9a63231 Fixing TestAccFWFirewallV1
11 years ago
Joe Topjian 4811112a6a Fixing TestAccNetworkingV2Subnet_basic
11 years ago
Joe Topjian feb5a3c6bb Fixing TestAccNetworkingV2RouterInterface_basic
11 years ago
Joe Topjian 1e7a227ea6 Fixing TestAccNetworkingV2FloatingIP_basic
11 years ago
Joe Topjian 5535a9ba32 Fixing TestAccLBV1Pool_basic
11 years ago
Joe Topjian de74f3e586 Fixing TestAccLBV1Monitor_basic
11 years ago
Joe Topjian 2d512343a0 Fixing TestAccBlockStorageV1Volume_basic
11 years ago
Joe Topjian 04d694fe53 Disabling volume attach test for now
11 years ago
Joe Topjian b54df9bc0b Fixing TestAccComputeV2FloatingIP_attach
11 years ago
Joe Topjian 219c86ef93 Fixing TestAccComputeV2Instance_floatingIPAttach
11 years ago
Joe Topjian e76dca9756 Fixing TestAccComputeV2Instance_basic
11 years ago
Alexander Dupuy 2ccaaf204d fix copy/paste typo in OpenStack FW error messages
11 years ago
Jean Mertz 87cde8834e OpenStack: add functionality to attach FloatingIP to Port
11 years ago
Mitchell Hashimoto aaf94e7cec Merge pull request #1745 from hashicorp/b-openstack-bool
11 years ago
Mitchell Hashimoto 914740f065 provider/openstack: enable_dhcp should be bool [GH-1741]
11 years ago
skfmu 2c32988743 Added availability zones for OpenStack block storage.
11 years ago
Guillaume Giamarchi d855047af3 Floating IP support for LBaaS Virtual IP
11 years ago
Guillaume Giamarchi b87c05e5a8 Allow to disable HTTPS certificate check
11 years ago
Joe Topjian fe0a7a5ec5 Allow Blank Region
11 years ago
Joe Topjian 1693767922 Compute Instance basic acceptance test
11 years ago
Joe Topjian 7ca97f4bfc Updating Floating IP acceptance tests
11 years ago
Joe Topjian 99ac8b4410 Compute Floating IP Test Update
11 years ago
Joe Topjian ef4e03a729 Workaround for missing tenant-network
11 years ago
Joe Topjian 4244d0947e Making the network resource computable
11 years ago
Joe Topjian 67e33a7ac9 Updated compute_instance acceptance tests for floating IPs
11 years ago
Joe Topjian bb81228205 typo with netname when no networks are specified
11 years ago
Joe Topjian 30b0fc7489 Only attempt to get the MAC address if it exists.
11 years ago
Joe Topjian 0d77232196 Fixing computed parameters
11 years ago
Joe Topjian ccba698370 Network Read changes
11 years ago
Joe Topjian b160654cb3 Allow networks to be specified by name
11 years ago
Joe Topjian b90a6152c5 Renamed fixed_ip to fixed_ip_v4 and added fixed_ip_v6
11 years ago
Joe Topjian d768a01cab Removes check for a "public" network
11 years ago
Joe Topjian 141b40189e os-floating-ips support
11 years ago
Guillaume Giamarchi 56aa764b94 Add floating IP association in aceptance tests
11 years ago
Guillaume Giamarchi c0b85d4939 Use env var OS_POOL_NAME as default for pool attribute
11 years ago
Guillaume Giamarchi a90b9db397 Bugfix on floating IP assignment
11 years ago
Chris Buben 0092946f74 user_data support
11 years ago
Julien Vey 2e37784065 Fix general comments by @phinze
11 years ago
Joe Topjian f011462e30 Volume Pending States
11 years ago
Joe Topjian f5feb7fbbb Allows "self" to be discovered and recorded correctly.
11 years ago
Guillaume Giamarchi ba880b136b Code clean-up
11 years ago
Guillaume Giamarchi 83160acf69 Return Read call result in Create & Update
11 years ago
Guillaume Giamarchi bdeca31731 remove boilerplate code using CheckDeleted
11 years ago
Guillaume Giamarchi 16a963313f FWaaS version is actually v1 not v2
11 years ago
Guillaume Giamarchi 1efaaeeca6 Use d.GetOk to populate data in read operations
11 years ago
Guillaume Giamarchi ed31588b84 Unassociate firewall rule from policy before delete
11 years ago
Guillaume Giamarchi 54174dcc05 Fix firewall policies tests
11 years ago
Guillaume Giamarchi c5e861c049 Remove useless code
11 years ago
Guillaume Giamarchi 1c981d6f30 Fix race conditions on firewall state transition
11 years ago
Guillaume Giamarchi d6733fb379 Fix code regarding to the latest gophercloud code
11 years ago
Guillaume Giamarchi cfd3329e00 Add tenant_id attribute on FWaaS resources
11 years ago
Guillaume Giamarchi 0ab06af410 Add FWaaS firewall acceptance test
11 years ago
Guillaume Giamarchi 06826fb677 Add FWaaS policy acceptance test
11 years ago
Guillaume Giamarchi 88a55a5d58 Enable FWaaS resources
11 years ago
Guillaume Giamarchi 3d1001d8fe Add FWaaS rule acceptance test
11 years ago
Guillaume Giamarchi 5d42242d4b Add FWaaS firewall resource
11 years ago
Guillaume Giamarchi f829427151 Add FWaaS policy resource
11 years ago
Guillaume Giamarchi 552b0af201 Add FWaaS rule resource
11 years ago
Joe Topjian 102848525f Added CheckDelete to handle bad Gets. Also removed unneeded Get
11 years ago
Joe Topjian b7091414fe Volume Safe Delete
11 years ago
Joe Topjian c3c4840baf openstack_compute_floatingip_v2
11 years ago
Eric Bellemon d03b420e62 Replace perigee.UnexpectedResponseCodeError with gophercloud.UnexpectedResponseCodeError
11 years ago
Long Nguyen 42fb14f19a Added self option to security groups
11 years ago
Joe Topjian 79e5c419c3 Fixing rule/rules and re-arranged order for schema consistency
11 years ago
Joe Topjian 4c9a44b69f Added access_ip_v6 support
11 years ago
Jon Perritt 633e98dffe security group rule fix; still not exporting rule ID
11 years ago
Joe Topjian 4df32aebed Changing how security groups are read for compute instances
11 years ago
Jon Perritt 64d53009a0 typeset->typelist
11 years ago
Jon Perritt bb6969a4c5 resize server on flavor_id or flavor_name change
11 years ago
Jon Perritt 49b01a4f0a update compute instance security group Read operation
11 years ago
Joe Topjian e5f2315bfe Instance volume attach
11 years ago
Joe Topjian 16ea14e8c9 Grammar fix
11 years ago
Joe Topjian b3438d07d6 This commit enables both the image_id and the image_name to be
11 years ago
Joe Topjian 768292c069 Support for flavor_name
11 years ago
Joe Topjian 74482abc5b Refactoring multiple results
11 years ago
Joe Topjian bad2c9f18d Accounting for multiple results of an image name
11 years ago
Joe Topjian f51a53000f Support for image_name
11 years ago
Jon Perritt fafa946871 handle 404 (Not Found) in Get operations
11 years ago
Eric Bellemon 9b30ef4eb2 Remove region properties on acceptance tests
11 years ago
Eric Bellemon e9abf04e4b Add router interface resource
11 years ago
Eric Bellemon 32d0e36709 Add router resource
11 years ago
Julien Vey 132d5acb33 Make pool name configurable in tests
11 years ago
Julien Vey 760e03856e Manage floating IP in compute instances
11 years ago
Julien Vey 9aa9c90248 Add floating IP resource
11 years ago
Julien Vey aae87816f6 add ACTIVE as pending state when deleting instance
11 years ago
Julien Vey 8e9c6787dd Just try the first IP available if none found before
11 years ago
Jon Perritt ccd51ae3ab added ok codes to gophercloud -> update ServerV2StateRefreshFunc
11 years ago
Jon Perritt e2634562a4 define block_device schema
11 years ago
Jon Perritt 436ef9e53b boot from volume ops and docs
11 years ago
Jon Perritt 761d58df2f add container and volume resources
11 years ago
Jon Perritt a85067062d object storage v1 acceptance tests
11 years ago
Jon Perritt d2169e0e96 block storage v1 acceptance tests
11 years ago
Jon Perritt acd5a033f0 fix typo in client variable name
11 years ago
Jon Perritt f1ac6dbfec block storage volume v1 ops
11 years ago
Jon Perritt a5147f472b update metadata before actual Update op
11 years ago
Jon Perritt 43564d1c5c object storage container v1 ops
11 years ago
Jon Perritt 08672e697e networking subnets acceptance tests
11 years ago
Jon Perritt e040934077 networking networks acceptance tests
11 years ago
Jon Perritt d46d9a6540 lb vips acceptance tests
11 years ago
Jon Perritt e7a69d0a6c lb pools acceptance tests
11 years ago
Jon Perritt e08e97304f lb monitors acceptance tests
11 years ago
Jon Perritt 66129632b3 security groups acceptance tests
11 years ago
Jon Perritt fa15d41d45 UpdateOpts not optional
11 years ago
Jon Perritt b9395b36d2 update client methods
11 years ago
Jon Perritt 6b2f2df042 'rules' -> 'rule'
11 years ago
Jon Perritt 33d62bbdbf 'networks' -> 'network'
11 years ago
Jon Perritt 777c34cf7c move lb member ops into lb pool file
11 years ago
Jon Perritt 1aba665ad7 refactor service clients to *Config
11 years ago
Jon Perritt 3627368fc0 remove security group rule option from provider
11 years ago
Jon Perritt a2d2f92741 remove security group rule file
11 years ago
Jon Perritt c233c7f7f0 fix typo in comment
11 years ago
Jon Perritt ea7c075273 add security group rules ops to security groups file
11 years ago
Jon Perritt 3a6107d0ab keypairs v2 acceptance tests
11 years ago
Jon Perritt 17b137c972 go fmt
11 years ago
Jon Perritt a707f8414c compute instance v2 acceptance tests
11 years ago
Jon Perritt e278f852b3 add image_ref and flavor_ref checks
11 years ago
Jon Perritt 59b5efc25a add defaultFuncs; fix bug with server createOpts
11 years ago
Jon Perritt e6f3a19284 add defaultFunc for 'tenant_name'
11 years ago
Jon Perritt d86cb6be1c fix diff bug in 'Read' functions
11 years ago
Jon Perritt 5d2fe153c0 go fmt
11 years ago
Jon Perritt d51ee3111e always need both name and description when updating
11 years ago
Jon Perritt 2214331b3c export 'region' from 'Read' operations
11 years ago
Jon Perritt 46a7949c9d fix bug in SessionPersistence logic
11 years ago
Jon Perritt 9b54c569cc use 'Default' to forgo prompt
11 years ago
Jon Perritt dc99dd1f05 add versioning to files
11 years ago
Jon Perritt 8579c8693a make 'region' resource-specific; create new client for each crud operation
11 years ago
Jon Perritt bfe492d407 add options for openstack identity v3
11 years ago
Jon Perritt b0e8cd5dd3 a more general way of generating provider clients
11 years ago
Jon Perritt b1b693e461 region is resource-specific; doesn't belong with auth
11 years ago
Jon Perritt cc1445d760 if update func called, there's something to update
11 years ago
Jon Perritt dd4155fa80 set host in read function
11 years ago
Jon Perritt 8e6e7909cb neutron subnet operations
11 years ago
Jon Perritt ef3ee11045 neutron network operations
11 years ago
Jon Perritt c2230a8aaa lb vip operations
11 years ago
Jon Perritt 7132b02a84 lb pool operations
11 years ago
Jon Perritt 966c8420d1 lb monitor operations
11 years ago
Jon Perritt 9077b66045 lb member operations
11 years ago
Jon Perritt ac79c76b13 add lb resources
11 years ago
Jon Perritt 4424828d25 crud for neutron subnets
11 years ago
Jon Perritt 4761075790 crud for neutron networks
11 years ago
Jon Perritt 45c4868f90 fix comment
11 years ago
Jon Perritt 457bbe661a resource_compute_secgroup -> resource_openstack_compute_secgroup
11 years ago
Jon Perritt d7560de2dd remove errant comment
11 years ago
Jon Perritt 23d425072c add/delete security groups and rules
11 years ago
Jon Perritt 01e41646d3 add/get/delete keypairs
11 years ago
Jon Perritt 47955b1d44 remove unneeded variables during server creation
11 years ago
Jon Perritt edc280a8dc add/update admin pass on server; change key pair format from map to string
11 years ago
Jon Perritt 04a9d47bca add/update/remove sec groups from server
11 years ago
Jon Perritt f17649e9dc server resizing
11 years ago
Jon Perritt 0bb0dad58c provider test
11 years ago
Jon Perritt 48e92f8173 OS_REGION -> OS_REGION_NAME (thank you @hartzell)
11 years ago
Jon Perritt 3112103acf server keypair
11 years ago
Jon Perritt cc9ee787ac update openstack server metadata
11 years ago
Jon Perritt f9fa748024 crud for openstack servers v2
11 years ago