Skip to content

Conversation

@SebastianGode
Copy link
Owner

No description provided.

tischrei and others added 30 commits December 12, 2019 12:12
* initial nat gateway branche

* added snat and dnat resource

* dnat and snat proxy functions added

* first running state

* gateway fixed

* linting corrections

* Minor changes, tested successfully

* unittest nat.test_snat nat.test_dnat and nat.test_gateway added

* nat changes

* pep8 issues

* test_proxy.py added for NAT

* stash status changed and proxy test added
* Adding RDS v3 implementation

* Saving Changes to github

* Saving further changes in RDSv3

* Adding RDSv3 Instance and Backup functionalities

* Updates in RDS Backup Funcationality

* Saving RDSv3 Changes to GitHub

* Adding Backup Policy for RDSv3

* Adding RDSv3 restore functionality

* interim update wrt coding conventions

* next bunch of changes for instance

* cleanup configurations

* next bunch of changes

* finish implementation, switch to usage tests

* add check for additional mandatory params

* add wait_for_job and replace --datastore with --datatore-type

* extend params choices for create instance params

* fix help message with param names

* check flavor when creating instance

* hopefully fix find instance

* rds is not using default job query

* try to improve find_flavor

* add some checks for ha_mode <=> datastore_type

* add tests for ensuring mode vs datastore checks

* fix pep

* add wait for deleting instance

* add optional wait-interval argument

* try fix wait_for_job for rds

* add basic get_instance as mix of list and fetch

* extend unit test for instance.fetch

* fix error param

* skip extra list conversion

* raise exception if --wait-interval is without --wait

* override _translate_response of instance to process create response right

* Minor Fix in setup.cfg

* fix configuration and add func test

* add some choices to instance list

* Adding few more rds test_config func tests

* try fix pagination

* another try for pagination

* fix

* if limit set - return only this amount of entries

* some reorg

* turn back dropped refetch

* try fix download-links

* change help to show only backup_id is accepted

* Updated formatting for test_configuration

* fix download links

* change apply config

* change apply

* fix set backup policy

* rename fields

* some fixes in list backup

* change params from "_" to "-"

* exclude time filters in listing backups due to API corruptness

* add KB to the download size header

* parse backup struct better

* fix create struct

* hide lcoation of backup

* restore required params

* enable show restore time

* Adding functional tests for osclient

* Updated functional tests for rdsv3

* Saving functional tests for rds instance

* pep8 fixes

* removed print line
* reset zuul integration

* disable tox-docs for separate branch

* replace openstacksdk general error handler

* exclude rds instance osc func tests

* blacklist failing tests

* repair func test cmd

* compare if we got something

* fix pep
* improve Auto_Scaling user experience by using openstack client

* flake8 corrections

* change group unit test for AS service

* bug fixing

* fix policy

* add policy delete

* minor fixes

* ensure --group on policy update

* pep 8 corrections and unit test fixes

* change CLI client parameters from using underscore to dash

* Update test_policy.py

* Renaming of network parameters and fixing unit tests
some dns private zone fixes
* fixes docstring formatting in RDS and removes the README.md from the top page

* adds more structure to the documentation and provides a history

* cleans up the documentation.
adds a page about coverage of services.
purges a few temporary files.
moves the issues into the doctree and links them.
adds a section naming conventions to the glossary.
fixes here and there the spelling of projects and other names.

* collects all changes from previous commit, which was almost empty.

* enhances the structure of two index files

* Installation and Configuration sources resorted

* reordering section Installation and OpenStack CLI

* reordering SDK guides, service proxies and other stuff

* user guides reordered

* user guides reordered

* restructuring done

* configuration section updated

* improve the enforcer output during tests

* introduce the CLI chapter

* fix pep8 issues, mostly whitespace

* SDK getting started reworked

* fix RDS proxy attrs

* smaller fixes

* streamline the main page documentation

* fix spelling and language

* auto-scaling started

* AS Config finished

* explain details about installation options

* list authors

* clean up the top directory docs

* Finished Auto-Scaling SDK guide and pep8 fixes

* Anti-DDoS SDK guide status draft

* Finish Anti-DDoS SDK Guide

* Update ZuuL config to test tox -e docs

* update .travis.yml

* deleted coverage content and saved locally until content is available for pep8

* minor pep8 correction

* Renew coverage.rst

* added nat and ces to coverage.rst

* CCE SDK guide added

* Update .zuul.yaml

* Create bindep.txt

* some dns private zone fixes

* Zuul (#63)

* reset zuul integration

* disable tox-docs for separate branch

* replace openstacksdk general error handler

* exclude rds instance osc func tests

* blacklist failing tests

* repair func test cmd

* compare if we got something

* fix pep

* AS corrections for new API Version (#60)

* improve Auto_Scaling user experience by using openstack client

* flake8 corrections

* change group unit test for AS service

* bug fixing

* fix policy

* add policy delete

* minor fixes

* ensure --group on policy update

* pep 8 corrections and unit test fixes

* change CLI client parameters from using underscore to dash

* Update test_policy.py

* Renaming of network parameters and fixing unit tests

* add unit test changes

* extend help message for DNS zone list

Co-authored-by: Nils-Magnus <magnus@linuxtag.org>
Co-authored-by: Tino Schreiber <Tino.Schreiber@t-systems.com>
Co-authored-by: Artem Goncharov <Artem.goncharov@gmail.com>
Execute functional tests regularly to catch broken APIs
Bring resource section back, fix issues

Reviewed-by: https://github.com/apps/otc-zuul
Sync test-requirements with upstream

Reviewed-by: https://github.com/apps/otc-zuul
* sync with upstream

* rename cls to self in non class methods
spielkind and others added 29 commits April 24, 2020 10:03
ELB: added UDP to list of supported protocols

Reviewed-by: https://github.com/apps/otc-zuul
Extend DMS to cover Kafka Premium extensions

Reviewed-by: https://github.com/apps/otc-zuul
DNS fix list recordsets for 500 > entries

Reviewed-by: https://github.com/apps/otc-zuul
Add tox-py38 and hopefully release jobs

Reviewed-by: https://github.com/apps/otc-zuul
VPC Peering

Reviewed-by: Artem Goncharov <Artem.goncharov@gmail.com>
             https://github.com/gtema
* a pretty bad print
* add support for waf domains
* crappy pagination is using totally wrong offset
* pagination is way to broken
* review comments
* pep gods be praised
Cloudeye

Reviewed-by: Artem Goncharov <Artem.goncharov@gmail.com>
             https://github.com/gtema
add some project cleanup functions

Reviewed-by: Artem Goncharov <Artem.goncharov@gmail.com>
             https://github.com/gtema
Agency support

Reviewed-by: Artem Goncharov <Artem.goncharov@gmail.com>
             https://github.com/gtema
…d rework of README.rst (#111)

Documentation added for CES (SDK + OSC), Identity Credential (OSC) and rework of README.rst

Reviewed-by: Artem Goncharov <Artem.goncharov@gmail.com>
             https://github.com/gtema
rollback credential OSC due to conflicts

Reviewed-by: Artem Goncharov <Artem.goncharov@gmail.com>
             https://github.com/gtema
change parameter state to status to fit Ansible playbooks

Reviewed-by: T. Schreiber
             https://github.com/tischrei
@tischrei tischrei deleted the deh branch January 12, 2021 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants