summaryrefslogtreecommitdiff
path: root/packaging
Commit message (Collapse)AuthorAgeFilesLines
* Fix broken Azure dependencies in 2.6 (#41946)Zim Kalinowski2018-06-261-2/+2
| | | | | | | | | | * fixed requirements * module fix * updated test accordingly * mysql & postgresl fixes * upgraded databases * removed test from ignore.txt * updated mysql & postgresql tests
* Implement new changelog generator.Matt Clay2018-06-051-0/+813
| | | | (cherry picked from commit 70c475da6c76bf9d34e56042b0f89c0e5ae16b79)
* pin azure deps to exact versionsMatt Davis2018-06-051-17/+21
| | | | | * added warnings for newer-than-expected versions * prevent passing both api_version and profile for newer clients
* 2.6 changelog gen/version/root dir cleanup (#40421)Matt Davis2018-05-219-893/+232
| | | | | | | | | | | | | | | | | | | | * patched in changelog gen stuff from stable-2.5 * Makefile updates * release.py as single-source-of-truth * Remove obsolete ansible-core-sitemap.xml file. * Move ROADMAP.rst into README.rst. * dynamic rpm changelog, zap old deb/rpm changelogs * fix changelog in MANIFEST.in * Remove obsolete hacking/update.sh script. * Remove ref to deleted authors script. * Remove ref to removed module-formatter script. * Update headings to match script names. * MANIFEST.in cleanup * removed RELEASES.txt and versions.yml * removed obsolete release generation playbook/bits (not used since 2.5) * misc Makefile cleanup * speculative changes to DEB versioning * allow override of DEB_VERSION/DEB_RELEASE
* Remove python-keyczar dependency (#38534)Sam Doran2018-05-172-7/+1
| | | | | | | | | | * Remove python-keyczar dependency * Remove python-keyczare from Dockerfiles * Revert "Remove python-keyczare from Dockerfiles" This reverts commit 264be66ad8337c5ccd0db76dc7000015500b6074.
* [new module] Managed Azure Container Service (AKS) (azure_rm_aks) (#35888)Sertaç Özercan2018-05-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add aks module and integration tests * linting * update tests * sanity check * make some changes to AKS module * make integration test work * add fact * add resource_group name * add fact test * fix test * fix test * linting * changed line endings for facts * output kubeconfig * Update azure_rm_aks.py * update integration test aliases * update aliases * add cloud_environment and auth_source to args * Fix comments from Jborean93 (#3) * update * fix * fix * fix * fix * update doc * fix
* Convert more http links to https.Matt Clay2018-04-252-2/+2
|
* Use https for links to ansible.com domains.Matt Clay2018-04-232-2/+2
|
* README.md was renamed. Fix deb build reference to the READMEToshio Kuratomi2018-04-111-1/+1
|
* Convert README from Markdown to ReStructured Text and use as longdesc (#22330)Stephen Weber2018-04-063-3/+3
| | | | | | | | | | | | | | | | | | | * Convert README from Markdown to ReStructured Text and use as longdesc Discussion in #13758 led to deciding to switch README to rst and having setup.py consume it as the long_description. * Fix long string in setup.py for pep8 compliance * Open README.rst as read-only * Update usages of root README.md to README.rst Unsure about the file ./packaging/debian/docs as it (only) contains the text README.md. I believe it's referencing ./packaging/debian/README.md but maybe someone who knows debian packaging could review it? * Pick up fixes that had been merged into README.md after the initial conversion to rst
* Update docs and version definitions for the 2.4.4 and 2.5.0 releasesToshio Kuratomi2018-04-041-0/+1
|
* Move man pages generations to rst2man (#37861)Joseph Herlant2018-03-264-4/+4
|
* fix container instance versionzikalino2018-03-221-1/+1
|
* Use pycrypto backend, rather than python-cryptography, on Ubuntu PreciseGrant Slater2018-02-191-0/+3
|
* initial cutover to API profiles (#35538)Matt Davis2018-02-091-1/+1
| | | | | | * hardcoded API profiles in azure_rm_common * changed azure_rm_securitygroup module to use api_profiles, dynamic models, kwargs on all SDK methods * changed azure_rm_containerinstance module to use api_profiles, dynamic models, kwargs on all SDK methods * fixed polling performance issue in azure_rm_securitygroup (default poll interval was 30s)
* bump devel to 2.6Matt Davis2018-02-081-0/+4
|
* Correct message about what files to double check for releaseToshio Kuratomi2018-01-311-1/+1
|
* Update version in the versions.yml fileToshio Kuratomi2018-01-311-0/+1
| | | | (cherry picked from commit c8941cb10301d4f4519b2c18cf4d4fd6d3ba0f75)
* [new module] Add Azure Container Instance support - ↵Zim Kalinowski2018-01-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cloud/azure/azure_rm_containerinstance (#32025) * first dirty container instance * added my name ;-) * more updates * more updates * removed unnecessary stuff * container instance updates * several fixes * undo changes in common * removed unnecessary references, fixed delete * added / updated parameters * updated samples & comments * updated docs, comments, samples and added registry credentials * added ip address and port * query existing container instance (but result not used yet) * some major changes to the module * more fixes * added requirement for containerinstance module * adding integration test * fixes for pull request * updated version * updated version to 2.5 * updated version * updated integration.cloud.azure.txt as requested by test framework * removed due to merge reasons * updated requirements-azure.txt * undone azure-rm-common * lf * properly update test requirements * first dirty container instance * container instance updates * several fixes * review related updates * review related fixes * undo changes in common * added / updated parameters * query existing container instance (but result not used yet) * updated version to 2.5 * updated version * removed due to merge reasons * updated requirements-azure.txt * undone azure-rm-common * properly update test requirements * minor fix - sanity * fix one issue after rebasing * removed files accidentally added while rebasing * removed checking for changes * several fixes * fixed sanity * updates as requested by reviewers * removed ci as it doesn't work * reenabled ci * renamed container instance, removed required: false * removed default: null * final updates according to the review * one more fix * first dirty container instance * added my name ;-) * more updates * more updates * removed unnecessary stuff * container instance updates * several fixes * undo changes in common * removed unnecessary references, fixed delete * added / updated parameters * updated samples & comments * updated docs, comments, samples and added registry credentials * added ip address and port * query existing container instance (but result not used yet) * some major changes to the module * more fixes * adding integration test * fixes for pull request * updated version * updated version to 2.5 * updated version * updated integration.cloud.azure.txt as requested by test framework * removed due to merge reasons * updated requirements-azure.txt * undone azure-rm-common * lf * properly update test requirements * review related updates * first dirty container instance * container instance updates * several fixes * review related fixes * undo changes in common * added / updated parameters * query existing container instance (but result not used yet) * updated version to 2.5 * updated version * removed due to merge reasons * updated requirements-azure.txt * undone azure-rm-common * properly update test requirements * minor fix - sanity * fix one issue after rebasing * removed files accidentally added while rebasing * removed checking for changes * several fixes * fixed sanity * updates as requested by reviewers * removed ci as it doesn't work * reenabled ci * renamed container instance, removed required: false * removed default: null * final updates according to the review * one more fix * changed location as default from resource group can't handle containers * updates to container instance * fixed mistakes during merge * one more fix * another mistake * container instance fixes * several fixes to container instance * return value fix * minor update * just one api version right now * fixed api version * container instance does not suppurt api version * removed unnecessary try blocks * removed tags related things * fixed pep8 * final fixes? * final updates to the module * more fixes
* [new module] adding azure_rm_postgresqlserver (#33569)Zim Kalinowski2018-01-101-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | * adding azure_rm_postgresqlserver * removed semicolon placed by mistake * updates to azure_rm_postgresqlserver * updates to azure_rm_postgresqlserver * updates to azure_rm_postgresqlserver * updates to azure_rm_postgresqlserver * updates to azure_rm_postgresqlserver * updates to azure_rm_postgresqlserver * updates to azure_rm_postgresqlserver * updates to azure_rm_postgresqlserver * Updated dependencies
* upgrade the azure storage version (#34442)Yuwei Zhou2018-01-041-1/+1
|
* Adding 2.3.3 release date to release varsJames Cammarata2018-01-031-0/+1
|
* azure_rm_containerservice (#33597)Matt Davis2017-12-061-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add acr * acr * acr * fix a minor error * add tests and fixes as suggested * use get_mgmt_svc_client to enable bi * fixes as zim suggested * code refinement * get acr instance before update * fix a bug * remove Classic sku as it's going to deprecate * pass sanity test * fix sanity * fixes based on comments * fix broken namespace unregistered error * fix a bug * fix a bug * fix * add register namespace * fixes tests * remove pdb * add ci azure test * removed required: false * renamed acr -> containerregistry * fixed spelling mistake * fixed idempotence * fix for idempotence was wrong * fixed a few issues * different log when exception different than ResourceNotFound * self.fail instead of log * updated sample return value * added login server in results * fixed else * fixed line too long * cmp -> __ne__ * fixed trailing whitespace * output.changed is false when instance updated * fix for state change * one more update * update instance only when location or sku has changed * fixed syntax error * fixed acr test * just removed unnecessary comment to trigger ci * update return value shape * flatten `state` * change credential dictionary state * add credentials to integration tests
* Fix azure_rm_acs due to Azure breaking API change (#33221)ZhijunZhao2017-12-041-1/+1
| | | | | | | | | | | | | | | | * Fix azure_rm_acs due to Azure breaking API change * resolve code review feedbacks * resolve test failures * better name * ignore case for vm size * reformat code * resolve code review feedbacks
* Update version numbers for the releaseToshio Kuratomi2017-11-292-1/+2
|
* Deprecate tests used as filters (#32361)Matt Martz2017-11-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Warn on tests used as filters * Update docs, add aliases for tests that fit more gramatically with test syntax * Fix rst formatting * Add successful filter, alias of success * Remove renamed_deprecation, it was overkill * Make directory alias for is_dir * Update tests to use proper jinja test syntax * Update additional documentation, living outside of YAML files, to reflect proper jinja test syntax * Add conversion script, porting guide updates, and changelog updates * Update newly added uses of tests as filters * No underscore variable * Convert recent tests as filter changes to win_stat * Fix some changes related to rebasing a few integration tests * Make tests_as_filters_warning explicitly accept the name of the test, instead of inferring the name * Add test for tests_as_filters_warning * Update tests as filters in newly added/modified tests * Address recent changes to several integration tests * Address recent changes in cs_vpc
* reverse order of release numbersToshio Kuratomi2017-10-251-2/+1
|
* Update 2.4.1 release dateToshio Kuratomi2017-10-251-1/+2
|
* Make RPM spec compatible with RHEL 6 (#31653)fantashley2017-10-161-1/+2
| | | | | | * Make RPM spec compatible with RHEL 6 * Define __python2 macro only when undefined
* Fix Debian packaging Dockerfile and docs.Matt Clay2017-10-132-3/+5
|
* Update Azure tests to limit cryptography version. (#31616)Matt Clay2017-10-111-1/+0
| | | | | | | | * Revert "Work around cryptography 2.1 requiring pip 8.1.2+" This reverts commit a10a80b8a36192982829aefbba553dfdc6d9aa55. * Update Azure tests to limit cryptography version.
* Work around cryptography 2.1 requiring pip 8.1.2+Matt Clay2017-10-111-0/+1
|
* Mention Ansible in package descriptionsRene van Aerle2017-10-053-3/+3
| | | | | | | These values are used by software updaters to show which applications are being updates to the user. In the case of Ubuntu, it will now show clearly that it is updating Ansible instead of a radically simple IT automation platform.
* Avoid msrest version 0.4.15 for Azure modules.Matt Clay2017-10-041-0/+1
| | | | | This version has known regressions preventing modules such as azure_rm_dnsrecordset from working.
* Remove git:// urls from docsite and from packaging (#30459)Andreas Olsson2017-10-032-3/+3
| | | | | It's almost always preferable to clone by way of https:// rather than using the bare git:// protocol. Not only does https:// provide stronger guarantees it also plays nicer with corporate proxies, etc.
* Add 2.4.1 to packaging/release/vars/versions.ymlToshio Kuratomi2017-09-271-0/+1
|
* Set the release date.Toshio Kuratomi2017-09-181-1/+1
| | | | (cherry picked from commit 8c20a2e600099cb74ca4a9c665fa525e5c189bec)
* Bump the versions now that devel is 2.5Toshio Kuratomi2017-09-061-0/+4
|
* Azure acs module (azure_rm_acs.py) (#28522)Julien Stroheker2017-08-291-0/+1
| | | | | | | | | | | | | | | | | | | | * Adding acs module * linter issue * Reduce the VM Size for the int. tests * Short the name of the cluster * Fixing the asserts and title * Fixing VM Scale count in int. tests * Changing the location of the tests * trying eastus2 * disabling acs CI tests until stabilized
* Add Azure support to ansible-test. (#28092)Matt Clay2017-08-111-0/+2
| | | | | | | | | * Initial Azure cloud testing support. * Add missing Azure requirements. * Fix test handling of setup and requirements. * Update Azure cloud plugin. * Add setup_azure role for integration tests. * Update minimal Azure integration test sample.
* Fix for broken azure requirementsToshio Kuratomi2017-08-111-12/+12
| | | | | Older setuptools does not understand ~= versioning. Guess at a range that could be compatible to unbreak CI.
* Add support for Azure 2.0.0 (#27920)Thomas Stringer2017-08-111-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Adapt azure_rm_resource_group to azure 2.0.0 + azure Cli support * Fix exceptions in Azure ARM plugins * update azure_rm_networkinterface documention to reflect required params * change state param to not required for docs in azure_rm_subnet * fix import to reflect azure==2.0.0 changes * add aliases and fix docs for azure_rm_storageblob * add resource_group_name alias to azure_rm_storageaccount_facts * fix import bug due to change in azure==2.0.0 * fix args bug and enum modules issue * update docs to reflect azure==2.0.0 * pin management clients to a specific api_version * update docs to reflect the new azure-ansible-base python package * add fallback for older api resource group listing * rework azure dependencies installation * refactor path joining to a cross-plat solution
* Updating RELEASES and packaging vars for 2.3.2 final releaseJames Cammarata2017-08-041-0/+1
|
* Update RPM spec and make targets. (#27712)Matt Clay2017-08-031-9/+19
|
* Change default answer in release.yml to "no" for submodulesJames Cammarata2017-08-011-1/+1
| | | | | Since releases on 2.2 and prior are few and far between, it makes more sense to set the default to "no" for 2.3+ now.
* Fix pycrypto backend setting to work when multiple distros are specified in ↵Graham Mainwaring2017-07-132-2/+2
| | | | DEB_DIST
* Use pycrypto backend, rather than python-cryptography, on Ubuntu TrustyGraham Mainwaring2017-07-121-0/+5
|
* Updating release vars versions for 2.3.1 and 2.1.6James Cammarata2017-06-051-0/+2
|
* Add prompt to release playbook regarding completion of CHANGELOG editsJames Cammarata2017-05-111-0/+4
|
* Updating version vars for releasesJames Cammarata2017-05-091-0/+1
|