summaryrefslogtreecommitdiff
path: root/packaging
Commit message (Collapse)AuthorAgeFilesLines
* Make changelog tool be more strict about suffixes (#70798)Rick Elrod2020-07-231-0/+3
| | | | | | | | | | | * Make changelog tool be more strict about suffixes Change: - Files must end in .yml or .yaml, and must not be dotfiles. - This is to prevent (for example) emacs backup files (.yml~) from being included in changelogs during releases. - Backport of https://github.com/ansible-community/antsibull-changelog/pull/33 Signed-off-by: Rick Elrod <rick@elrod.me>
* [stable-2.9] CentOS8/RHEL8 base don't have all the deps we were specifying ↵Toshio Kuratomi2019-11-121-3/+4
| | | | | | | | | (#63151) We used a few packages for tests which don't exist in RHEL8 base. Don't dep on those so those tests will simply skip (cherry picked from commit 2b6ee57) Co-authored-by: Toshio Kuratomi <a.badger@gmail.com>
* [stable-2.9] debian: install lib in dist-packages (#64412)Gonéri Le Bouder2019-11-122-2/+4
| | | | | | | | | | | | | On Ubuntu Precise and Trusty, the build was failing because the Ansible libs were installed in /usr/lib/python2.7/site-packages. According to the Debian Policy (2.5), they should actually be install in /usr/lib/python2.7/dist-packages This is also CDBS default behaviour since 0.4.131. See: https://www.debian.org/doc/packaging-manuals/python-policy/ch-python.html Closes: #64160
* [stable-2.9] Exclude the ansible-test script from the main rpm package (#64277)Toshio Kuratomi2019-11-011-0/+1
| | | | | | | | | | We want the script to live in the ansible-test rpm subpackage alongside of its libraries Fixes #64275 (cherry picked from commit 87de146038) Co-authored-by: Toshio Kuratomi <a.badger@gmail.com>
* [stable-2.9] Fixes to the rpm dependenciesToshio Kuratomi2019-09-301-10/+5
| | | | | | | | | * Remove duplicate bundled provides line in the rpm spec file * Remove jmespath and passlib on RHEL7 as these are optional dependencies which aren't shipped with RHEL7 (cherry picked from commit 593d639) Co-authored-by: Toshio Kuratomi <a.badger@gmail.com>
* [stable-2.9] Disable setting of -s in shebangToshio Kuratomi2019-09-181-2/+10
| | | | | | | | | | | | RPM builds on Fedora and RHEL create a python shebang line with -s This is not good for ansible since ansible has a lot of optional features which need extra dependencies installed. If the user installs those extra dependencies to their home directory or to /usr/local then the -s will keep them from being used. (cherry picked from commit bebb11b) Co-authored-by: Toshio Kuratomi <a.badger@gmail.com>
* [stable-2.9] Fix rpm dependencies for ansible-testToshio Kuratomi2019-09-051-1/+1
| | | | | | | Needs to require ansible = version rather than ansible-version (cherry picked from commit 59afffa) Co-authored-by: Toshio Kuratomi <a.badger@gmail.com>
* [stable-2.9] debian: prepare the ansible-test packageGonéri Le Bouder2019-09-034-6/+32
| | | | | | | | | | - Generate an extra package for `ansible-test`. - Manually install the files because CDBS get confused by our two Python packages - Refresh the package descriptions to match what is done with the RPM (cherry picked from commit 3f9316b) Co-authored-by: Gonéri Le Bouder <goneri@lebouder.net>
* [stable-2.9] Update the rpm spec file to include ansible-testToshio Kuratomi2019-09-031-61/+231
| | | | | | | | | | * Include ansible-test in a subpackage * Sync with the ansible engine spec file * Addresses https://github.com/ansible/ansible/issues/60380 to the extent that we're likely to fix that. (cherry picked from commit 9be8a98) Co-authored-by: Toshio Kuratomi <a.badger@gmail.com>
* Revert "New Module: NetApp Account (#59939)"Toshio Kuratomi2019-08-291-1/+0
| | | | | | | This reverts commit 6a8dcb8fcbc0e79484067dc8c5b5dda173e73ce2. Reverting this as it breaks CI for azure (more permissions would be needed for our account)
* New Module: NetApp Account (#59939)Chris Archibald2019-08-291-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * netapp account module for azure * netapp account module for azure * fixes * fixes * add requirements * add requirements * fix issues * add units * add units * updates * updates * fixes * fixes * fies * fixes
* Support Azure IoT hub and related module (#55121)Yuwei Zhou2019-08-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Support iothub creation * raise errordetailexception rather than clouderror * add facts * change requirement * compare endpoint * add documentation * add documentation * add iot device facts * modify line ending * add auth method * add iot module * add consumer group * add the test * enhencement of doc * add list consumer groups * fix lint * fix lint * fix doc * fix doc * Update auzre_rm_iothub related document * changed paramter's type * update type * rename facts -> info * fixed sanity * missed during merge
* Support automation account managment (#56429)Yuwei Zhou2019-08-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | * add automation account * add test * update sdk version * fix doc * Update azure_rm_automationaccount.py * Update azure_rm_automationaccount_facts.py * Update main.yml * add type define (#64) * add new (#67) * change 'example' to 'sample' * changed 'path' to 'ID'
* ansible-doc added a new required element and broke changelog generationToshio Kuratomi2019-08-201-3/+4
| | | | | ansible-doc should probably be using subcommands for its exclusive_options...
* Fix capitalization of SUSE (#60625)Andreas Jaeger2019-08-151-1/+1
| | | | | The openSUSE project was always capitalized openSUSE, and SUSE does not use the lowercase "u" since over 15 years. Let's update the docs for this.
* add xmltodict to azure requirements file (#55748)Yunge Zhu2019-07-181-0/+1
| | | | | | * add xmltodict * fix lint
* remove unused and obsolete bsd port makefile (#58633)Brian Coca2019-07-172-69/+0
| | | freebsd itself has maintained and up to date version of port
* Fix unicode error in changelog generationToshio Kuratomi2019-07-051-2/+3
|
* Bump dependency versions to avoid conflicts (#54443)Jordan Borean2019-04-031-3/+3
| | | | | | | | * Bump dependency versions to avoid conflicts * Fix module code to support newer SDK packages * Fix keyvault module are upgrading deps
* Add azure servicebus module (#51320)Yuwei Zhou2019-03-291-0/+1
|
* Add workspace module for azure (#53731)Yuwei Zhou2019-03-271-0/+1
| | | | | | | | | | | | | | | | | | | | * add workspace * add other properties * add facts modules * add test * add doc * fix lint * fix lint * rename the module * fix docs
* adding new container instance options (#54072)Zim Kalinowski2019-03-211-1/+1
|
* Changelog lint and generation bug fixes. (#53792)Matt Clay2019-03-141-3/+18
| | | | | | | * Add missing dict entry for changelog generation. * Enforce str and list types on sections. * Check type of section list items. * Support non-ascii characters in changelogs.
* Updating azure-mgmt-resource package version to 2.1.0 (#53437)Zim Kalinowski2019-03-071-1/+1
|
* add azure role definition module (#52468)Yunge Zhu2019-03-061-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | * add role definition module * fix sample * fix lint * fix lint * add facts module * fix lint * disable test due to no owner permission * use unsupported * fix lint * resolve comments * fix not_xxx_actions
* Add addon/network/aad support for AKS (#51014)Yuwei Zhou2019-03-041-1/+1
|
* udpating dtl version (#53220)Zim Kalinowski2019-03-041-1/+1
|
* modified storageaccount fact return curated result with connection string ↵Yuwei Zhou2019-02-181-1/+1
| | | | (#49702)
* azure_rm_cosmosdbaccount - fix for virtual network rules (#52416)Zim Kalinowski2019-02-181-1/+1
|
* Change some file listings to try and figure out which rpm macro is undefinedToshio Kuratomi2019-02-071-2/+3
| | | | | | | One of the file path macros that we use in the rpm file list isn't being defined on Fedora 29 in Jenkins which is causing it to fail to build there. Change the potential problems so that we can tell which file entry is causing the failures on its next rebuild
* updating azure compute mgmt package to the latest version (#51259)Zim Kalinowski2019-01-241-1/+1
|
* adding devtestlabs (#50961)Zim Kalinowski2019-01-241-0/+1
|
* dns zone enhancement and return curated value (#50740)Yuwei Zhou2019-01-111-1/+1
|
* fixes to ansible-doc (#47682)Brian Coca2018-12-101-1/+5
| | | | | | | fixes to ansible-doc - change json to always be type dependent - change changelog generation to loop over the options - warn about ignoring module path
* new module: azure_rm_rediscache (#47914)Yunge Zhu2018-11-281-1/+2
| | | | | | | | * add new redis cache module * fix version * fix lint
* updating container service to 4.2.2 (#48768)Zim Kalinowski2018-11-161-1/+1
|
* Fix the changelog links to porting guide to be anonymousToshio Kuratomi2018-11-151-1/+1
| | | | Prevents duplicate reference errors.
* Improve release `make summary` shell compatibility.Matt Clay2018-11-151-3/+4
| | | | This should work with at least bash, dash and zsh.
* upgrading azure-mgmt-compute to the latest (#47601)Zim Kalinowski2018-11-151-1/+1
| | | * upgrading azure-mgmt-compute to the latest
* upgrading network packages (#47639)Zim Kalinowski2018-11-151-1/+1
|
* Add Makefile to simplify upstream releases.Matt Clay2018-11-051-0/+60
|
* pre-adding new packages to save testing time while merging new resources ↵Zim Kalinowski2018-10-291-0/+2
| | | | (#47729)
* upgrading sql package to newest (#47544)Zim Kalinowski2018-10-251-1/+1
| | | | | | * upgrading sql package to newest * LROPOller
* upgrading rdbms to the latest version (#47547)Zim Kalinowski2018-10-251-1/+1
|
* fix webapp test (#47546)Yunge Zhu2018-10-251-1/+1
|
* upgrading msrest packages (#47541)Zim Kalinowski2018-10-241-2/+2
|
* Add link check to `make sdist`.Matt Clay2018-10-111-0/+51
| | | | | | | | This will cause `make sdist` to fail on platforms which create hard links of symbolic links as regular files, such as MacOS (Darwin). This prevents accidental creation of an sdist tarball without the necessary symbolic links.
* add azure_rm_cdnprofile and azure_rm_cdnprofile_facts (#45097)Yunge Zhu2018-09-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | * add cdn profile with facts * fix merge issue * fix version * fix lint * move cdn client out of azure_rm_common * fix lint * fix helper * fix code bug * fix bug * fix import * fix typo * fix test
* Update README.md (#37272)Sky Moore2018-09-121-4/+11
| | | Update Arch packaging README.md with link and package mgr options
* Add a table of contents to the generated changelog (#45046)Toshio Kuratomi2018-09-041-0/+1
|