Commit Graph

19 Commits

Author SHA1 Message Date
Ghanshyam Mann 4feb9e6d8a Update git submodules
* Update ansible-role-openstack-operations from branch 'master'
  to 7350bf7eb8aacc6f7b6c02a1df44e4b231924fce
  - Retire Tripleo: remove repo content
    
    TripleO project is retiring
    - https://review.opendev.org/c/openstack/governance/+/905145
    
    this commit remove the content of this project repo
    
    Change-Id: Ic84ac5786ecc68729827ff35ad7ee3ef21a6652f
2024-02-25 07:55:37 +00:00
Zuul dc8aebd1c9 Update git submodules
* Update ansible-role-openstack-operations from branch 'master'
  to 2ab288f14e6d3e5334dea211a365ee303ae5f9dc
  - Merge "setup.cfg: Replace dashes with underscores"
  - setup.cfg: Replace dashes with underscores
    
    Setuptools v54.1.0 introduces a warning that the use of dash-separated
    options in 'setup.cfg' will not be supported in a future version [1].
    Get ahead of the issue by replacing the dashes with underscores. Without
    this, we see 'UserWarning' messages like the following on new enough
    versions of setuptools:
    
      UserWarning: Usage of dash-separated 'description-file' will not be
      supported in future versions. Please use the underscore name
      'description_file' instead
    
    [1] https://github.com/pypa/setuptools/commit/a2e9ae4cb
    
    Change-Id: I09b11ddd1b022b9e86d6671c90186d3312469153
2021-09-14 15:16:38 +00:00
Jeremy Stanley 58b05e7b0b Update git submodules
* Update ansible-role-openstack-operations from branch 'master'
  to 55889cb0dfb340d2fbddfec17706cd9d53be1566
  - Correct the tox option for skipping sdist generation
    
    The tox option to skip source distribution building is skipsdist,
    but this seems to be often misspelled skipdist instead, which gets
    silently ignored and so does not take effect. Correct it
    everywhere, in hopes that new projects will finally stop copying
    this mistake around.
    
    See https://tox.readthedocs.io/en/latest/config.html#conf-skipsdist
    and https://github.com/tox-dev/tox/issues/1388 for details.
    
    Change-Id: Ie0667de615e02284cb6302d9df7165651a16f988
2021-06-30 00:25:18 +00:00
Alex Schultz 2ba1266a6d Update git submodules
* Update ansible-role-openstack-operations from branch 'master'
  to 657df296ac50ca248f69d5a2d5a417206f95bd6a
  - Fix ci
    
    * bump hacking
    * ignore E402 module level import not at top of file
    
    Change-Id: I3a45be5250446d4f7cb51b9d53d09d362f4c1a45
2021-06-30 00:24:34 +00:00
Hervé Beraud ba3d0eeabb Update git submodules
* Update ansible-role-openstack-operations from branch 'master'
  - Replace deprecated UPPER_CONSTRAINTS_FILE variable
    
    UPPER_CONSTRAINTS_FILE is deprecated and TOX_CONSTRAINTS_FILE is
    the new environment variable name that replaces it [1].
    
    This allows to use upper-constraints file as more
    readable way instead of UPPER_CONSTRAINTS_FILE=<lower-constraints file>.
    
    [1] https://zuul-ci.org/docs/zuul-jobs/python-roles.html#rolevar-tox.tox_constraints_file
    [2] https://review.opendev.org/#/c/722814/
    
    Change-Id: I4fdd57d6db4c6e092274ef9d5c34a7e5a2bf8222
2020-11-13 15:19:48 +00:00
Alex Schultz 0b885ad2eb Update git submodules
* Update ansible-role-openstack-operations from branch 'master'
  - Bump pyflakes and pin ansible-lint
    
    We need a python 3.9 compatible version of pyflakes and we need to
    pin ansible-lint to an ansible 2.7 compatible version.
    
    Related PyCQA/pyflakes #367
    
    Change-Id: Iedc76eb82d831cad8dfc569477eece827aca750c
2020-11-12 15:20:00 +00:00
Marc Methot f9d246b540 Update git submodules
* Update ansible-role-openstack-operations from branch 'master'
  - Fixing the README RST formatting
    
    This resolves the links, the subtitles and the markup literals
    
    Change-Id: I2ff8eb4733c8707fd5a4647a202d521f7933b892
    Closes-Bug: #1859860
2020-01-16 23:01:09 +00:00
pengyuesheng 7f96ffee27 Update git submodules
* Update ansible-role-openstack-operations from branch 'master'
  - Update the constraints url
    
    For more detail, see http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006478.html
    
    Change-Id: I81696d63e6d7bdac21905e938116803ffdd837ed
2019-09-30 19:30:16 +00:00
inspurericzhang 179e4c6656 Update git submodules
* Update ansible-role-openstack-operations from branch 'master'
  - Mailing lists change openstack-dev to openstack-discuss
    
    Change-Id: Ib4c4abaff35776c6b4e254ca16fda43b44de7072
2019-07-30 20:45:31 +00:00
melissaml b20c97e1ac Update git submodules
* Update ansible-role-openstack-operations from branch 'master'
  - Replace git.openstack.org URLs with opendev.org URLs
    
    Change-Id: I0ac8c9840e44af61388762cb7b5075f00cb2377a
    
  - OpenDev Migration Patch
    
    This commit was bulk generated and pushed by the OpenDev sysadmins
    as a part of the Git hosting and code review systems migration
    detailed in these mailing list posts:
    
    http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
    http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html
    
    Attempts have been made to correct repository namespaces and
    hostnames based on simple pattern matching, but it's possible some
    were updated incorrectly or missed entirely. Please reach out to us
    via the contact information listed at https://opendev.org/ with any
    questions you may have.
2019-05-30 23:32:02 +00:00
Alex Schultz df0bd8a730 Update git submodules
* Update ansible-role-openstack-operations from branch 'master'
  - Switch readme to rst
    
    In order to release we need to fix some linting issues in the readme for
    pypi. Let's switch it to rst to be consistent with the new standard.
    
    Change-Id: Id8d4d7eea6ae65983b3c00e4db010088ac13cb66
2019-04-02 17:03:32 +00:00
Zuul 9cc5743d59 Update git submodules
* Update ansible-role-openstack-operations from branch 'master'
  - Merge "Redis backup, restore, and validation tasks"
  - Redis backup, restore, and validation tasks
    
    This adds task files for the backup, restore, and validation
    for Redis. It also incorporates some of the foundational changes
    from https://review.openstack.org/#/c/635506/
    
    Change-Id: Idd50a6b53a22bc6b23df776cff9537e3c47618f3
2019-03-26 15:37:24 +00:00
Juan Badia Payno 383ed0f43b Update git submodules
* Update ansible-role-openstack-operations from branch 'master'
  - Avoid showing password on backup and restore tasks
    
    Change-Id: I100cbc6dd7e82229a747a357d3c56adc0d541069
2019-03-25 13:21:30 +00:00
Zuul be57d15461 Update git submodules
* Update ansible-role-openstack-operations from branch 'master'
  - Merge "Fix temp. inventory on the backup host"
  - Fix temp. inventory on the backup host
    
    On the mysql backup task, there is a problem when the backup file is
    trying to copied to the backup server. This patch fix that using
    the IP instead of the hostname
    
    Change-Id: If6fa0f337d5aa5a51bea7c6823b20c21b134b576
2019-03-15 10:51:50 +00:00
Zuul 9f9b7fe2c1 Update git submodules
* Update ansible-role-openstack-operations from branch 'master'
  - Merge "Switch script to shell"
  - Switch script to shell
    
    Running the task from the undercloud I had no errors, however when I tried to
    run the task from my laptop to do a backup of the undercloud the following error
    showed up:
    TASK [ansible-role-openstack-operations : Get the database root password]
    Fatal: [undercloud-0]:
             FAILED! => {"changed": false,
                         "msg": "Could not find or access /bin/hiera"}
      to retry, use: --limit @/home/jbadiapa/tools/infrared/backup-and\
                     -restore-ffwd/undercloud-backup-openstack-operations.retry
    
    This patch fix that error
    
    Change-Id: Ibecbc53203376489110819c431c9f8ba884aa409
2019-03-15 10:49:35 +00:00
Juan Badia Payno 14a2dc733f Update git submodules
* Update ansible-role-openstack-operations from branch 'master'
  - Added filesystem backup
    
    Added filesystem backup task, Its documentation and an example
    of how to use it.
    
    Change-Id: I59d48d4f6450373ff416e86b1e911017f02603eb
2019-03-15 10:49:07 +00:00
Martin Magr d65bf718cb Update git submodules
* Update ansible-role-openstack-operations from branch 'master'
  - Pacemaker backup task
    
    This patch add task for backing up pacemaker configuration and makes
    existing mysql backup task a bit more configurable.
    
    Change-Id: I67b1991daf617093ec59efea5062157d59106bd4
2019-03-05 07:58:20 +00:00
Juan Badia Payno 7d011494df Update git submodules
* Update ansible-role-openstack-operations from branch 'master'
  - Fix the gate
    
       ansible-pacemaker (ansible module) installed as a module
       some minors fix at restore_galera.yml
    
    Change-Id: I4d6be70a4e31f66a1cdbb725c72c553c294e2c2e
    
  - Merge "Update min tox version to 2.0"
  - Update min tox version to 2.0
    
    The commands used by constraints need at least tox 2.0.  Update to
    reflect reality, which should help with local running of constraints
    targets.
    
    Change-Id: If63490c6af8292dd86ba0c76c69a6d295b5d042d
2019-02-26 08:20:34 +00:00
Monty Taylor aa262b7a44
Update git submodules based on new script
Change-Id: Ia578b55e3e07b4ea90f034805625caf82e9e674e
2019-01-04 14:13:17 +00:00