Go to file
Michele Baldessari df4129a87e Update git submodules
* Update tripleo-upgrade from branch 'master'
  to 2766cfa91b9ec515c0eb78cea6cb7649fcf45397
  - Fix merge-new-params-nic-config-script.py: error: argument -n/--network-data: expected one argument
    
    In change I50426d2cc296e237fa8a8cf6c750e760b0992dd2 we added:
    
      -n {{ network_data_file | default(default_network_data) }}
    
    The problem is that network_data_file is a fact that is set to ''
    whenever there is no -n in the overcloud deploy script. So all
    FFUs that deployed without -n now are failing with:
    
    /usr/share/openstack-tripleo-heat-templates/tools/merge-new-params-nic-config-script.py
    -n  --tht-dir /usr/share/openstack-tripleo-heat-templates --role-name $NIC_ROLE_NAME
    --roles-data /home/stack/composable_roles/roles/roles_data.yaml --discard-comments yes
    --template /home/stack/composable_roles/network/nic-configs//controller.yaml
    
    merge-new-params-nic-config-script.py: error: argument
    -n/--network-data: expected one argument
    
    This is because the empty string is not undefined, so we need to
    add a second param to default() set to true:
    https://docs.ansible.com/ansible/latest/user_guide/playbooks_filters.html#providing-default-values
    
    Change-Id: Id41ccf25eb96e4307eddb80ef82dbda98f347c0b
2020-12-09 13:03:25 +00:00
2020-09-17 23:52:58 +00:00
2020-09-24 19:13:13 +00:00
2020-11-04 10:06:31 +00:00
2020-12-04 23:18:59 +00:00
2020-10-05 17:08:56 +00:00
2020-12-01 14:46:48 +00:00
2020-10-12 14:31:29 +00:00
2020-12-08 18:17:51 +00:00
2020-11-19 18:13:53 +00:00
2020-10-08 23:51:12 +00:00
2020-09-17 00:46:52 +00:00
2020-12-01 14:56:23 +00:00
2020-11-30 10:41:24 +00:00
2020-11-20 09:37:37 +00:00
2020-10-16 12:59:46 +00:00
2020-11-20 09:41:02 +00:00
2020-11-27 09:03:44 +00:00
2020-11-30 10:12:18 +00:00
2020-12-03 09:45:11 +00:00
2020-11-30 09:51:49 +00:00
2020-11-27 09:15:59 +00:00
2020-11-30 09:47:01 +00:00
2020-11-30 10:56:24 +00:00
2020-12-02 13:00:12 +00:00
2020-12-01 19:41:51 +00:00
2020-10-21 11:48:26 +00:00
2020-12-04 17:49:49 +00:00
2020-11-27 09:56:23 +00:00
2020-11-26 14:44:39 +00:00
2020-11-27 15:14:33 +00:00
2020-10-21 15:07:38 +00:00
2020-11-10 00:51:32 +00:00
2020-10-14 23:26:39 +00:00
2020-10-12 12:33:17 +00:00
2020-11-10 12:33:32 +00:00
2020-11-09 07:32:05 +00:00
2020-11-20 09:36:03 +00:00
2020-11-24 10:45:45 +00:00
2020-11-17 11:33:57 +00:00
2020-10-27 13:44:30 +00:00
2020-10-16 16:42:35 +00:00
2020-11-17 09:41:36 +00:00
2020-11-23 17:52:41 +00:00
2020-09-29 13:57:35 +00:00
2020-12-03 14:38:22 +00:00
2020-12-09 04:58:08 +00:00
2020-10-22 12:25:27 +00:00
2020-11-16 22:30:47 +00:00
2020-11-18 21:08:26 +00:00
2020-11-30 15:06:09 +00:00
2020-09-07 12:14:11 +00:00
2020-10-26 14:36:32 +00:00
2020-08-06 15:03:38 +00:00
2020-11-04 15:39:07 +00:00
2020-12-03 06:56:40 +00:00
2020-11-27 09:27:54 +00:00
2020-11-09 16:49:28 +00:00
2020-11-27 00:48:49 +00:00
2020-07-30 19:59:56 +00:00
2020-12-06 21:44:11 +00:00
2020-09-29 20:14:04 +00:00
2020-09-21 21:32:58 +00:00
2020-11-30 01:48:02 +00:00
2020-11-27 09:24:49 +00:00
2020-11-10 04:25:29 +00:00
2020-11-19 03:10:24 +00:00
2020-11-10 00:59:22 +00:00
2020-12-02 22:55:50 +00:00
2020-11-30 18:43:25 +00:00
2020-11-25 13:51:19 +00:00
2020-12-08 17:28:25 +00:00
2020-11-25 21:06:24 +00:00
2020-12-09 10:18:07 +00:00
2020-11-16 07:06:59 +00:00
2020-11-16 05:47:04 +00:00
2020-10-05 07:33:14 +00:00
2020-11-16 06:46:30 +00:00
2020-08-19 18:11:13 +00:00
2020-12-03 18:37:35 +00:00
2020-12-06 23:58:53 +00:00
2020-11-23 12:26:55 +00:00
2020-10-21 15:41:05 +00:00
2020-12-03 15:29:38 +00:00
2020-10-30 09:54:51 +00:00
2020-09-16 03:13:12 +00:00
2020-09-28 09:55:16 +00:00
2020-11-27 20:26:39 +00:00
2020-12-08 10:49:36 +00:00
2020-11-23 10:59:53 +00:00
2020-10-30 23:10:35 +00:00
2020-11-17 14:23:52 +00:00
2020-09-10 17:36:03 +00:00
2020-12-09 10:10:59 +00:00
2020-12-01 14:28:46 +00:00
2020-09-03 08:07:03 +00:00
2020-12-04 01:36:37 +00:00
2020-12-04 09:29:14 +00:00
2020-12-04 02:03:34 +00:00
2020-11-02 20:48:28 +00:00
2020-10-14 22:02:08 +00:00
2020-12-03 00:02:11 +00:00
2020-10-06 02:30:16 +00:00
2020-11-24 05:30:20 +00:00
2020-11-16 12:36:11 +00:00
2020-09-24 22:03:32 +00:00
2020-11-24 10:53:02 +00:00
2020-12-03 09:56:31 +00:00
2020-11-13 10:59:25 +00:00
2020-11-13 10:59:34 +00:00
2020-10-12 10:25:57 +00:00
2020-10-31 00:24:11 +00:00
2020-11-03 14:08:27 +00:00
2020-12-07 09:44:50 +00:00
2020-09-24 09:47:20 +00:00
2020-11-30 09:07:55 +00:00
2020-09-07 03:49:36 +00:00
2020-11-23 23:45:21 +00:00
2020-10-22 13:13:44 +00:00
2020-12-04 18:18:00 +00:00
2020-10-21 09:03:59 +00:00
2020-12-07 12:07:24 +00:00
2020-12-04 16:16:59 +00:00
2020-11-02 13:57:26 +00:00
2020-10-09 15:53:32 +00:00
2020-09-22 10:45:49 +00:00
2020-11-10 19:52:57 +00:00
2020-11-18 03:34:22 +00:00
2020-11-02 01:22:14 +00:00
2020-10-10 01:22:06 +00:00
2020-11-18 03:38:53 +00:00
2020-12-01 22:13:08 +00:00
2020-11-16 14:50:20 +00:00
2020-09-24 12:03:34 +00:00
2020-09-26 21:08:24 +00:00
2020-12-01 09:18:08 +00:00
2020-10-07 18:05:14 +00:00
2020-12-07 00:46:27 +00:00
2020-12-01 10:28:54 +00:00
2020-10-06 23:10:23 +00:00
2020-09-30 02:26:30 +00:00
2020-12-08 21:20:07 +00:00
2020-12-08 14:28:27 +00:00
2020-12-03 20:54:31 +00:00
2020-11-24 14:49:03 +00:00
2020-09-14 07:05:13 +00:00
2020-12-07 10:47:02 +00:00
2020-10-09 23:28:49 +00:00
2020-09-17 13:49:23 +00:00
2020-12-08 21:14:12 +00:00
2020-12-08 15:46:26 +00:00
2020-12-03 14:48:27 +00:00
2020-12-05 09:38:02 +00:00
2020-11-04 11:27:31 +00:00
2020-11-12 02:43:18 +00:00
2020-12-03 16:00:13 +00:00
2020-11-13 20:15:48 +00:00
2020-11-23 12:59:30 +00:00
2020-11-27 00:35:49 +00:00
2020-11-13 20:15:56 +00:00
2020-11-17 14:17:59 +00:00
2020-09-29 20:36:48 +00:00
2020-11-25 05:09:48 +00:00
2020-09-22 10:31:05 +00:00
2020-11-06 12:46:55 +00:00
2020-11-03 19:05:35 +00:00
2020-08-27 09:56:05 +00:00
2020-10-04 19:15:42 +00:00
2020-12-03 15:54:22 +00:00
2020-11-26 15:36:33 +00:00
2020-09-22 12:37:48 +00:00
2020-10-30 16:37:02 +00:00
2020-11-30 18:18:51 +00:00
2020-11-04 11:48:30 +00:00
2020-10-12 07:45:30 +00:00
2020-12-04 15:42:42 +00:00
2020-11-19 01:11:00 +00:00
2020-12-03 15:54:28 +00:00
2020-11-24 22:25:37 +00:00
2020-09-22 17:34:48 +00:00
2020-10-26 10:56:52 +00:00
2020-10-10 03:34:24 +00:00
2020-11-05 22:11:27 +00:00
2020-09-22 12:53:18 +00:00
2020-10-06 09:51:37 +00:00
2020-11-24 15:53:08 +00:00
2020-11-03 18:09:52 +00:00
2020-10-12 07:46:25 +00:00
2020-09-22 11:41:04 +00:00
2020-11-09 16:49:09 +00:00
2020-11-13 15:13:23 +00:00
2020-12-01 19:10:44 +00:00
2020-11-18 16:51:22 +00:00
2020-10-22 00:24:30 +00:00
2020-11-19 05:08:44 +00:00
2020-12-04 16:10:29 +00:00
2020-12-04 16:11:27 +00:00
2020-12-04 16:12:04 +00:00
2020-11-11 13:08:53 +00:00
2020-12-04 16:12:13 +00:00
2020-12-04 16:12:40 +00:00
2020-12-04 16:22:24 +00:00
2020-12-04 16:18:06 +00:00
2020-12-04 16:22:46 +00:00
2020-12-04 16:12:51 +00:00
2020-11-11 13:05:43 +00:00
2020-12-04 16:29:52 +00:00
2020-12-04 16:30:01 +00:00
2020-12-04 16:30:26 +00:00
2020-12-04 16:38:51 +00:00
2020-12-04 16:39:26 +00:00
2020-12-04 16:43:59 +00:00
2020-12-04 16:40:29 +00:00
2020-12-04 16:45:40 +00:00
2020-12-04 16:40:34 +00:00
2020-12-04 16:40:42 +00:00
2020-12-04 16:43:32 +00:00
2020-12-04 16:44:14 +00:00
2020-12-04 16:44:29 +00:00
2020-12-06 01:04:51 +00:00
2020-12-04 16:18:40 +00:00
2020-12-02 16:35:09 +00:00
2020-12-04 16:45:05 +00:00
2020-12-04 16:48:49 +00:00
2020-12-04 16:48:55 +00:00
2020-12-04 16:45:54 +00:00
2020-12-04 16:49:08 +00:00
2020-12-04 16:46:05 +00:00
2020-12-04 16:46:13 +00:00
2020-12-04 16:46:43 +00:00
2020-12-04 16:47:06 +00:00
2020-12-07 23:20:13 +00:00
2020-12-04 16:47:35 +00:00
2020-12-04 16:49:21 +00:00
2020-12-04 16:49:32 +00:00
2020-12-04 16:49:56 +00:00
2020-12-04 16:47:53 +00:00
2020-11-05 22:05:40 +00:00
2020-09-24 05:51:07 +00:00
2020-11-30 09:13:50 +00:00
2020-09-11 00:22:44 +00:00
2020-11-16 08:37:26 +00:00
2020-10-12 15:46:17 +00:00
2020-09-20 00:31:50 +00:00
2020-09-20 00:25:35 +00:00
2020-11-03 04:49:23 +00:00
2020-12-08 21:03:16 +00:00
2020-09-14 01:41:27 +00:00
2020-10-11 18:24:06 +00:00
2020-10-08 19:29:51 +00:00
2020-12-07 19:02:36 +00:00
2020-12-07 20:18:46 +00:00
2020-10-30 13:44:14 +00:00
2020-11-03 17:54:58 +00:00
2020-12-08 16:48:39 +00:00
2020-10-02 08:29:15 +00:00
2020-08-31 10:50:34 +00:00
2020-09-22 13:05:01 +00:00
2020-12-06 11:07:21 +00:00
2020-12-08 19:32:30 +00:00
2020-12-04 16:48:07 +00:00
2020-10-07 20:37:41 +00:00
2020-10-07 21:49:02 +00:00
2020-11-05 14:30:27 +00:00
2020-10-14 18:19:52 +00:00
2020-12-07 18:35:18 +00:00
2020-12-07 18:47:53 +00:00
2020-12-07 18:42:49 +00:00
2020-11-30 22:42:13 +00:00
2020-10-06 02:27:21 +00:00
2020-11-05 06:08:42 +00:00
2020-10-10 01:23:33 +00:00
2020-10-12 19:40:28 +00:00
2020-11-06 11:43:29 +00:00
2020-11-03 10:01:15 +00:00
2020-12-08 20:17:26 +00:00
2020-12-09 09:03:11 +00:00
2020-12-08 20:45:44 +00:00
2020-12-09 12:19:04 +00:00
2020-12-07 05:30:50 +00:00
2020-12-08 14:42:30 +00:00
2020-12-01 05:17:15 +00:00
2020-11-05 22:21:54 +00:00
2020-12-09 12:18:41 +00:00
2020-09-29 20:31:29 +00:00
2020-11-25 12:02:29 +00:00
2020-11-02 13:28:46 +00:00
2020-12-01 14:49:36 +00:00
2020-12-05 11:30:01 +00:00
2020-12-09 09:28:26 +00:00
2020-12-09 05:33:50 +00:00
2020-11-23 15:38:02 +00:00
2020-11-13 16:10:18 +00:00
2020-12-09 11:58:21 +00:00
2020-12-05 22:22:54 +00:00
2020-12-02 17:07:48 +00:00
2020-12-09 13:03:25 +00:00
2020-12-09 02:58:59 +00:00
2020-12-02 22:31:51 +00:00
2020-12-04 12:41:11 +00:00
2020-12-09 05:30:47 +00:00
2020-10-22 19:13:40 +00:00
2020-12-01 16:11:21 +00:00
2020-09-24 17:58:17 +00:00
2020-12-02 06:48:17 +00:00
2020-11-05 10:31:07 +00:00
2020-08-06 07:50:01 +00:00
2020-10-06 12:42:58 +00:00
2020-07-30 20:29:37 +00:00
2020-10-25 03:12:52 +00:00
2020-10-23 06:51:40 +00:00
2020-10-05 04:16:12 +00:00
2020-11-24 07:49:33 +00:00
2020-09-29 02:39:53 +00:00
2020-10-04 22:19:44 +00:00

OpenStack

OpenStack is a collection of interoperable components that can be deployed to provide computing, networking and storage resources. Those infrastructure resources can then be accessed by end users through programmable APIs.

This repository just represents OpenStack as a collection of git submodules. You can find the repositories for individual components at: https://opendev.org/openstack

You can learn more about the various components in OpenStack at: https://openstack.org/software

To learn more about how to contribute to OpenStack, please head to our Contributor portal: https://www.openstack.org/community/

To learn more about how OpenStack is governed, you can visit: https://governance.openstack.org/

Why this repository ?

Our continuous integration system, Zuul, gates all of the contained projects in an effective single timeline. This means that OpenStack, across all of the projects, does already have a sequence of combinations that have been explicitly tested, but it's non-trivial to go from a single commit of a particular project to the commits that were tested with it.

Gerrit's submodule tracking feature will update a super project every time a subproject is updated, so the specific sequence created by zuul will be captured by the super project commits.

This repo is intended to be used in a read-only manner. Any commit in this repo will get a collection of commits in the other repos that have explicitly been tested with each other, if that sort of thing is important to you.

Description
Repository tracking all OpenStack repositories as submodules
Readme 199 MiB
Languages
Python 100%