Artem Goncharov
3e4413ec31
Switch auth module to OpenStackModule
...
Change-Id: I6e81a6a8171f62651dce0a4b3cc794b045a5a453
2021-05-21 07:47:42 +00:00
Artem Goncharov
37afe5f2e6
Switch catalog_service module to OpenStackModule
...
Change-Id: I77332c1af2311a472702e90f72ea9b21d385df3c
2021-05-21 07:46:26 +00:00
Artem Goncharov
7e190d12b4
Switch coe_cluster module to OpenStackModule
...
Change-Id: Idb316136840001e406f76c08d99654d32e14d168
2021-05-21 07:46:15 +00:00
Artem Goncharov
3d9f9a0f87
Switch coe_cluster_template module to OpenStackModule
...
Change-Id: I486d98d3f4ec480254a0dcb82a5cb48a9ecc8d3f
2021-05-21 07:44:43 +00:00
Artem Goncharov
57e1087177
Switch flavor module to OpenStackModule
...
Change-Id: I49302c7ca72b85c74c00e436bc4d695115471f70
2021-05-21 07:44:28 +00:00
Artem Goncharov
6cb6e70645
Switch flavor_info module to OpenStackModule
...
Change-Id: I96f876bdf1eab0e451ee6d251b62f6aaa52ffc6f
2021-05-21 07:43:56 +00:00
Artem Goncharov
662ac61640
Switch endpoint module to OpenStackModule
...
Change-Id: Ibd208374297342764c79ffe3968e360cc3ae004d
2021-05-21 07:43:44 +00:00
Artem Goncharov
891fb6df53
Switch federation_idp_info module to OpenStackModule
...
Change-Id: I7d37e83da3bccd13ed4c7bd5f0dce5bfe9e205cb
2021-05-21 07:42:41 +00:00
Artem Goncharov
0c6752215b
Switch federation_mapping module to OpenStackModule
...
Change-Id: If50b83aaae9eb684624a5fe34415c3b67d10b65f
2021-05-21 07:42:30 +00:00
Artem Goncharov
a6f1177584
Switch federation_mapping_info module to OpenStackModule
...
Change-Id: Ia0abcaea7694396a6c7b7f8fd01a3b29f27c7729
2021-05-21 07:40:56 +00:00
Artem Goncharov
2dc2806c57
Switch floating_ip module to OpenStackModule
...
Change-Id: I0d406b527a2389d5299ab4e5f5c557737fe2ad99
2021-05-21 07:40:05 +00:00
Artem Goncharov
59df183660
Switch identity_domain_info module to OpenStackModule
...
Change-Id: If866ef04ae822b09b162773262e49ec8f33f5e92
2021-05-21 07:38:50 +00:00
Artem Goncharov
2c287d754c
Switch identity_group_info module to OpenStackModule
...
Change-Id: I6e425cad55e7c1c9df44c4f2688c023e5011d2e9
2021-05-21 07:38:13 +00:00
Artem Goncharov
28d32b53e8
Switch identity_user module to OpenStackModule
...
Change-Id: I61a43ac31f23758204d11fe72754a50993dcc294
2021-05-21 07:36:31 +00:00
Artem Goncharov
2cb67620aa
Switch lb_listener module to OpenStackModule
...
Switch loadbalancer listener module to the general OpenStackModule.
Change-Id: Ifa6372bc5ee18e3ec47edaf630a3149609e1db0b
2021-05-21 07:33:15 +00:00
Artem Goncharov
5217b6bdc4
Switch lb_member module to OpenStackModule
...
Switch loadbalancer member module to the general OpenStackModule.
Change-Id: I92d09c27205f8fa01df9ddab96448c433c42ef79
2021-05-21 07:32:54 +00:00
Artem Goncharov
96ea60a883
Switch lb_pool module to OpenStackModule
...
Switch loadbalancer_pool module to the general OpenStackModule.
Change-Id: I75dfd34dd65f73ae8d7584729aa0c14fd14ee366
2021-05-21 07:32:00 +00:00
Artem Goncharov
0eef3cb978
Switch object module to OpenStackModule
...
Switch object module to the general OpenStackModule.
Change-Id: Ic90d796fe4bbec118c148ffd468458bd98990422
2021-05-21 07:30:55 +00:00
Artem Goncharov
e695000daa
Switch port_info module to OpenStackModule
...
Switch networking port_info module to OpenStackModule. Drop part of
deprecated functionality to keep it simple.
Change-Id: I1d310e369ba2fde76478d9751bd8151fe20e2ba7
2021-05-21 07:29:51 +00:00
Artem Goncharov
0258878400
Switch role_assignment module to OpenStackModule
...
Switch role_assignment module to the general OpenStackModule.
Change-Id: I67df08cced62fb729cb1d4fbb43ac5977fca61de
2021-05-21 09:25:58 +02:00
Dmitriy Rabotyagov
6b3bf3bba0
Add support to setting image tags
...
Depends-On: https://review.opendev.org/c/openstack/openstacksdk/+/783849
Change-Id: Idee1f3c16cb07db39395b434d406628a9c5b152d
2021-05-18 16:30:01 +00:00
Artem Goncharov
944f9ca498
Switch project and project_info module to OpenStackModule
...
Continuing our journey on generalization of the modules switch the
project modules.
Change-Id: I29c689212c07e1e582cffcdd47496975ac0d327c
2021-05-11 09:11:50 +00:00
Zuul
6787924f13
Merge "Fix the idempotent of compute_flavor module"
2021-05-04 09:25:49 +00:00
Zuul
464d7767bb
Merge "Migrating image module from AnsibleModule to OpenStackModule"
2021-04-29 12:09:05 +00:00
wuchunyang
77acba047b
Fix the idempotent of compute_flavor module
...
if flavor's swap is not set (or 0),nova returns empty string [0]
rather than 0 when query flavor spec. this behavior will break
the idempotent of the ansible deployment. this ps changes the empty
string to 0 before compare them.
[0]: https://docs.openstack.org/api-ref/compute/?expanded=list-flavors-detail,list-flavors-with-details-detail#list-flavors-with-details
Change-Id: I041cbcc0432051d795e2c3f0e7ac7378e1970008
2021-04-27 18:12:29 +08:00
anbanerj
890401b605
Migrating image module from AnsibleModule to OpenStackModule
...
1. Added ImageModule class
2. Added deprecated_names
3. Updated types in param
Change-Id: I58beb5cab26106769d18e25cd3d23df68145e363
2021-04-22 10:32:46 +02:00
Polina Gubina
0e2058988e
Container module for management Swift containers
...
Change-Id: I13161b360addac2d2c1c507145b5be653d6dec17
2021-04-08 18:46:53 +03:00
Sagi Shnaidman
c329f65b41
Fix issues with newest ansible-test 2.11
...
Change-Id: Ifdf253ca01b0e19b55867d8ead03eaceb5b2d73a
2021-04-07 14:47:00 +03:00
Sagi Shnaidman
18b03e1971
Fix CI for latest ansible-test with no_log
...
Add no_log for requires arguments, hide admin_password for server
actions.
Disable voting for stein, rocky, queens jobs as they are broken
atm in devstack part.
Change-Id: Ib408749bedb583b065f82237a223388a7d919640
2021-04-05 22:24:31 +03:00
Vladimir Ermakov
16a81fc221
security_group_rule: add support ipv6-icmp
...
Adds ipv6-icmp protocol to _ports_match check to be able to make that
rules for IPv6.
Story: 2008687
Task: 41989
Change-Id: Ib6313788132bb601d7d53ac709b7c822ee533a8b
2021-03-04 13:06:57 +03:00
Maxim Babushkin
50deae71f4
Add binding profile to port module
...
Neutron port is able to configure binding profile during creation.
Add support of the binding profile to module
Change-Id: I7a36fb05065cbd559cd7a00842070f97e7afbc13
2021-03-01 14:16:51 +02:00
Zuul
5c3750df2c
Merge "ironic: stop putting meaningless values to properties"
2021-02-16 11:47:39 +00:00
Zuul
94e0e10e49
Merge "Allow description field to be set with os_server"
2021-02-16 10:43:53 +00:00
Zuul
7e20a8fc97
Merge "Migrating image_info module from AnsibleModule to OpenStackModule"
2021-02-16 00:43:51 +00:00
Zuul
c7969aa052
Merge "ironic: deprecate sub-options of driver_info"
2021-02-15 23:20:05 +00:00
anbanerj
8d2391d873
Migrating image_info module from AnsibleModule to OpenStackModule
...
1. Added ImageInfoModule class
2. Added basic test to see if image_info reflects created image and deletion of image
3. Added deprecated_names
4. Added 'type'/'required' in argument_spec
5. Removed debug statements from test as we are checking already with image_info module
Change-Id: I6ab5fd5384392f9de0af01b1937a75de4f16d28d
2021-02-15 20:49:19 +00:00
Manuel Rodriguez
e1d62ff73a
Allow description field to be set with os_server
...
Adds server description field support to os_server
when compute API version >= 2.19
https://review.opendev.org/c/openstack/openstacksdk/+/775513
Story: 2008395
Depends-On: dab55a7
Change-Id: I848c5e489ef9fe071362c79b2c14fb45724cb4f5
2021-02-15 14:30:59 -05:00
Dmitry Tantsur
0843990dee
ironic: stop putting meaningless values to properties
...
None of the properties are required nowadays, putting made-up values
there brings more harm than good.
Change-Id: I35bda0ac2dc9c32acb94aaa4d28572af2cac85fa
2021-02-12 14:38:27 +01:00
Zuul
6f8b39bb16
Merge "Add modules for roles information"
2021-02-06 03:28:01 +00:00
Sagi Shnaidman
c39c8f9d74
Add modules for roles information
...
Add module that retrieves list of roles for a Openstack cloud.
Change-Id: Iabadd94f990c49ba078aa02e2d801c40985f85b8
2021-02-04 04:30:07 +02:00
Artem Goncharov
e4c7bd3df8
Add security_group_info module
...
Let's add a new missing module for getting info about security groups.
Add tests.
Change-Id: Ib032c8d14444cea1fcbfd98d252cc56b9f5f383e
2021-02-04 02:22:31 +02:00
Zuul
8a4974025f
Merge "Add security_group_rule_info module"
2021-01-28 18:19:52 +00:00
tischrei
51a9731cef
Add security_group_rule_info module
...
Let's add a new missing module for getting info about security group rules.
Change-Id: Iba2fe66c4bd19ab66f8e35c091ed4c0ea423efd1
2021-01-28 10:43:26 +00:00
Zuul
051b270d36
Merge "Fixed check for None in os_port"
2021-01-27 14:04:11 +00:00
Zuul
ca234d7e42
Merge "New keypair_info module"
2021-01-27 13:41:47 +00:00
Zuul
5967e1ad0a
Merge "Fix setting custom property on os_project"
2021-01-27 12:26:10 +00:00
Irina Pereyaslavskaya
bca980c115
New keypair_info module
...
Change-Id: Idc3c50e9857b9bc87767cc93096fe7a8b24b298e
2021-01-25 13:57:17 +03:00
Zuul
a55b817968
Merge "Add stack_info module"
2021-01-22 11:30:06 +00:00
Lucas Galton
b7c22515b7
Fix setting custom property on os_project
...
When a new property is created on a project, verifies if the
key is in the dict before checking its value for changes.
Story: 2008530
Task: 41613
Change-Id: I5db452e0719b45932dda068e32f4876c098fea77
Signed-off-by: Lucas Galton <lucas@galton.fr >
2021-01-20 12:26:15 +01:00
Artem Goncharov
70c773fe6d
Add stack_info module
...
We lost stack_info module during transition from github. Implement it
using newer interface and add tests. Change depends on SDK change adding
missing query filters.
Depends-On: https://review.opendev.org/c/openstack/openstacksdk/+/769484
Change-Id: Ie7e6d04ea298ba068f547a53643806b6bc84f873
2021-01-18 18:19:48 +00:00