Repository tracking all OpenStack repositories as submodules
Go to file
Luigi Toscano 7838d596ad Update git submodules
* Update sahara-image-elements from branch 'master'
  - archive-primary.cloudera.com -> archive.cloudera.com
    
    The former is no more active.
    
    Story: 2004936
    Task: 29329
    Change-Id: I260bf4cd3840ba2c44b85df87b89b717831b3b5c
    
  - Use template for lower-constraints
    
    Small cleanups:
    
    * Use openstack-lower-constraints-jobs template, remove individual
      jobs.
    * Sort list of templates
    
    Change-Id: If67b57ec2517eba2691c3cfcc6540813633ec25d
    Needed-By: https://review.openstack.org/623229
    
  - Merge "Update the min version of tox to 2.0"
  - Plain Ubuntu image are still based on Xenial
    
    Even if we are not really testing plain images much, let's make clear
    that we didn't test any hadoop stuff on bionic yet.
    
    Change-Id: I684a98338945d4449e37d9f652bddddf827838bf
    
  - firstboot: make rc-local start after cloud-init
    
    The change is required because the cloud-init user (centos, ubuntu,
    cloud-user, ...) is used in the firstboot code.
    All distributions where vanilla can be deployed are based
    on systemd.
    
    Story: 2004479
    Task: 28194
    
    Change-Id: I9d8a626b84d5d3c2a91348895cded5fd32ded52a
    
  - Update devel info: mailing list
    
    The new openstack-discuss mailing list is going to replace few
    mailing lists, including openstack-dev.
    
    Change-Id: I4e6abbd29667f84a2ea07089010d1da1266ca7b7
    
  - Update the min version of tox to 2.0
    
    The verification comands used by tox need at least 2.0 version. This
    patch aims to update tox version from 1.6 to 2.0 which should help with
    local running of constraints targets.
    
    Change-Id: I84a53543b50184b4e838cd6e597dfc80ec025588
    
  - Increment versioning with pbr instruction
    
    With moving away from required milestone releases, the version numbers
    calculated by PBR on the master branch will not work for those testing
    upgrades from the last stable release. More details can be found in the
    mailing list post here:
    
        http://lists.openstack.org/pipermail/openstack-dev/2018-October/135706.html
    
    This is an empty commit that will cause PBR to increment its calculated
    version to get around this.
    
    PBR will see the following which will cause it to increment the version:
    
    Sem-Ver: feature
    
    Please merge this patch as soon as possible to support those testing
    upgrades.
    
    Change-Id: I0ec6d6877f3518f267a977effb4e9d32a7300b89
    Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
    
  - import zuul job settings from project-config
    
    This is a mechanically generated patch to complete step 1 of moving
    the zuul job settings out of project-config and into each project
    repository.
    
    Because there will be a separate patch on each branch, the branch
    specifiers for branch-specific jobs have been removed.
    
    Because this patch is generated by a script, there may be some
    cosmetic changes to the layout of the YAML file(s) as the contents are
    normalized.
    
    See the python3-first goal document for details:
    https://governance.openstack.org/tc/goals/stein/python3-first.html
    
    Change-Id: Ia20404b70cb5589b8ffacff1d7de39b14566987c
    Story: #2002586
    Task: #24332
    
  - Use the correct "or" operator to check the spark version
    
    It clearly slipped through the review...
    
    Story: 2003281
    Task: 24222
    Change-Id: I094045a665a4441029fa4930e278e94d0cff50f8
    
  - Updating Storm version list
    
    We are adding Storm 1.2.0 and 1.2.1 and removing 0.9.2
    
    Change-Id: I7e82464dda5d7d9f03e634eef814c63b661bb0c4
    
  - Merge "Adding Spark 2.3"
  - fix tox python3 overrides
    
    We want to default to running all tox environments under python 3, so
    set the basepython value in each environment.
    
    We do not want to specify a minor version number, because we do not
    want to have to update the file every time we upgrade python.
    
    We do not want to set the override once in testenv, because that
    breaks the more specific versions used in default environments like
    py35 and py36.
    
    Change-Id: I204e381701c91e59558eee57efac7ae7566acf76
    
  - Totally rewrite s3_hadoop
    
    Remedying of patchings, version conflicts, classpath issues, etc.
    
    ALSO: Switch the Hadoop libraries used on the Spark standalone plugin to
    Hadoop 2.7.3. The version was previously 2.6.5, to match Cloudera's
    so-called "Hadoop 2.6.0", but in fact this concordance is not at all
    necessary...
    
    Change-Id: Iafafb64fd60a1ae585375a68173c84fbb82c7e1f
    
  - Adding Spark 2.3
    
    Adding ability to create Spark 2.3
    
    Change-Id: I5fcfd050121b563960a48a3c8dbad9dda19b2a3e
    
  - Add support to build 3.0.1 image
    
    Change-Id: I1d90099b22ed9a0ede08df45059e6d7848c237b8
    
  - Remove CentOS6/RHEL6 support
    
    Deprecated in Pike, and removed from diskimage-builder for a while.
    
    Story: 2001996
    Task: 19626
    Change-Id: I9b4eab56fcbfcb2e97805fba805eafeeafa5d540
    
  - Merge "Add support to build 2.7.5 image"
  - Fix (again) the detection of scala version (now https)
    
    The www.scala-lang.org switched to https and the curl call did not
    account for this scenario, so it failed.
    Switch the address to https and as extra measure add also the -L
    argument, which forces curl to follow the redirects.
    
    Switch also the download URL to https.
    
    Story: 2001964
    Task: 15089
    Change-Id: I82d3dd0bd000284fb5404483bf3ee34a6fbb147b
    
  - Add support to build 2.7.5 image
    
    Change-Id: Ia16692632cbe6380d4021dd031eed09362873905
    
  - Zuul roles: allow to build only a specific image
    
    Useful to generate a single image on-the-fly
    and use it for scenario tests
    (or simply useful for a refactor of the rest of the
    build-images script).
    
    Change-Id: Ica615e9e7d93b38fd12189a9f97d26ca62d84a3e
    
  - add lower-constraints job
    
    Create a tox environment for running the unit tests against the lower
    bounds of the dependencies.
    
    Create a lower-constraints.txt to be used to enforce the lower bounds
    in those tests.
    
    Add openstack-tox-lower-constraints job to the zuul configuration.
    
    See http://lists.openstack.org/pipermail/openstack-dev/2018-March/128352.html
    for more details.
    
    Change-Id: I00b41e7e3bcd86677084243917a205c703097674
    Depends-On: https://review.openstack.org/555034
    Signed-off-by: Doug Hellmann <doug@doughellmann.com>
    
  - Migration to Storyboard
    
    Sahara projects migrated to storyboard.openstack.org.
    Replace the references to Launchpad, including the bugs now
    available as stories.
    Fix a reference to github.
    Change-Id: Iadba69efc1e310b6a19463d3398bf5c6549acd73
    
  - Merge "Add support to build 2.8.2 image"
  - Preload soci-mysql and soci on RHEL7 images
    
    Change-Id: I00d78b45dffd785e956058ca7d76fb9e32bfac60
    Closes-bug: #1754313
    
  - Add support to build 2.8.2 image
    
    Also tweak Hive a bit and refer to artifacts in a new (but not totally
    ideal) location.
    
    Co-Authored-By: Jeremy Freudberg <jeremyfreudberg@gmail.com>
    Change-Id: I3a25ee8c282849911089adf6c3593b1bb50fd067
    
  - Update the links to artifacts (removing sahara-files too)
    
    The canonical location for the artifacts going on is
    tarballs.openstack.org/sahara-extra/, so fix the link to use that
    and also use https.
    
    Moreover, since the last tarball required for building images
    is available on tarballs.openstack.org, remove the last references
    to sahara-files for artifacts and documentation
    (the new location was used already for a while in few places).
    there are still few references to sahara-files,
    but they are all about CentOS6 which is no more supported
    by diskimage-builder, and should be removed separately.
    
    Change-Id: Iab5a4d50a0abc6ab278837b6a9efd5e30f31c44a
    
  - Disables CA checking for Ambari on Centos/RHEL
    
    The default SSL certificate, which is generated when the Ambari server is
    installed, is invalid.
    
    We are disabling check for now.
    
    Change-Id: Ifcbc931e2ca23cb1fe221d509f57750e7e060aea
    Partial-bug: #1748507
    
  - Merge "Revise s3_hadoop"
  - Revise s3_hadoop
    
    * Handle Hadoop classpath better
    * Include proper support for Spark classpath
    * Formally limit element's use to Vanilla and Spark
    
    Change-Id: I65abd7e375dba11599a4ab943d24f878235cd71d
    Closes-Bug: #1727757
    Closes-Bug: #1728061
    
  - Merge "Adding fuse package to Ambari"
  - Merge "Zuul: Remove project name"
  - Zuul: Remove project name
    
    Zuul no longer requires the project-name for in-repo configuration.
    Omitting it makes forking or renaming projects easier.
    
    Change-Id: I2604716833cb0b1ac64facf3ae09236ad7d56fb9
    
  - Adding fuse package to Ambari
    
    In order for Ambari to work properly on Rhel we need to install fuse package
    on the image.
    
    Change-Id: I27b661b2da83776e382da962c89b9098599524d0
    Closes-bug: #1746712
    
  - Merge "Remove empty files"
  - Remove empty files
    
    classdist_noinst.stamp
    is empty file. We probably should delete it.
    
    Change-Id: I7c5df947ce16facef6d808008d3a4b0ffd5b76aa
    
  - Fix starting hive failure in Ubuntu xenial
    
    The mysql configuration file name and directory change in
    Ubuntu 16.04. my.cnf becomes an entry for mysql configuration.
    The new file locates here:
      "/etc/mysql/mysql.conf.d/mysqld.cnf"
    
    Change-Id: I8f70589cfc904a7d30081172b313ad8e30914935
    Closes-Bug: #1738124
2019-02-07 14:25:08 +00:00
adjutant@ba14a45ba9 Update git submodules 2019-02-01 01:12:21 +00:00
adjutant-ui@64b7a8c58f Update git submodules 2019-01-17 03:31:57 +00:00
afsmon@618e1833e1 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-config_template@78bcedc36e Update git submodules 2019-02-05 22:36:48 +00:00
ansible-hardening@ef1b417032 Update git submodules 2019-01-22 15:23:33 +00:00
ansible-role-chrony@550aa62372 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-container-registry@be79743b13 Update git submodules 2019-01-31 18:42:08 +00:00
ansible-role-k8s-cinder@2fb45a6ba9 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-k8s-cookiecutter@67000fca3c Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-k8s-glance@0d189c220a Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-k8s-keystone@474ead8340 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-k8s-mariadb@c8f32372de Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-k8s-rabbitmq@8805081c10 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-k8s-tripleo@6729652e86 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-openstack-operations@0868b36e57 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-puppet@fe5255b56f Update git submodules 2019-02-03 15:54:58 +00:00
ansible-role-python_venv_build@4a8168f57a Update git submodules 2019-01-18 11:56:42 +00:00
ansible-role-qdrouterd@5490543352 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-redhat-subscription@1b3e473520 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-systemd_mount@78fac0354b Update git submodules 2019-01-04 20:43:00 +00:00
ansible-role-systemd_networkd@c72988c4ce Update git submodules 2019-01-04 20:42:30 +00:00
ansible-role-systemd_service@6907b0c9f2 Update git submodules 2019-01-26 06:47:43 +00:00
ansible-role-tripleo-aodh@2af9345885 Update git submodules 2019-01-09 15:20:28 +00:00
ansible-role-tripleo-barbican@cce774fa80 Update git submodules 2019-01-07 19:37:25 +00:00
ansible-role-tripleo-ceilometer@d6f4fc18fe Update git submodules 2019-01-07 19:33:02 +00:00
ansible-role-tripleo-cinder@dc384e641c Update git submodules 2019-01-07 19:33:07 +00:00
ansible-role-tripleo-cookiecutter@6e9cad5a77 Update git submodules 2019-01-07 19:38:03 +00:00
ansible-role-tripleo-designate@dce60190b7 Update git submodules 2019-01-07 19:33:07 +00:00
ansible-role-tripleo-glance@38c685593c Update git submodules 2019-01-07 19:36:26 +00:00
ansible-role-tripleo-gnocchi@683a324724 Update git submodules 2019-01-07 19:36:51 +00:00
ansible-role-tripleo-haproxy@aee54974ee Update git submodules 2019-01-07 19:38:20 +00:00
ansible-role-tripleo-heat@0489fd1c65 Update git submodules 2019-01-07 19:37:33 +00:00
ansible-role-tripleo-horizon@24b95d0138 Update git submodules 2019-01-07 19:33:56 +00:00
ansible-role-tripleo-ironic@354004f360 Update git submodules 2019-01-07 19:38:12 +00:00
ansible-role-tripleo-keepalived@1f551f37da Update git submodules 2019-01-07 19:33:08 +00:00
ansible-role-tripleo-keystone@568b98dbb1 Update git submodules 2019-01-07 19:37:21 +00:00
ansible-role-tripleo-manila@93124e5af7 Update git submodules 2019-01-07 19:36:54 +00:00
ansible-role-tripleo-memcached@4bb116e740 Update git submodules 2019-01-07 19:38:06 +00:00
ansible-role-tripleo-mistral@2ccd43ec99 Update git submodules 2019-01-07 19:34:47 +00:00
ansible-role-tripleo-modify-image@ad56778e6e Update git submodules 2019-01-31 17:46:09 +00:00
ansible-role-tripleo-neutron@207d03beaa Update git submodules 2019-01-07 19:35:23 +00:00
ansible-role-tripleo-nova@bd6584beff Update git submodules 2019-01-07 19:39:22 +00:00
ansible-role-tripleo-octavia@ef4528420a Update git submodules 2019-01-07 19:39:23 +00:00
ansible-role-tripleo-opendaylight@a5cb4428e7 Update git submodules 2019-01-07 19:35:23 +00:00
ansible-role-tripleo-ovn@8dc8d443be Update git submodules 2019-01-07 19:39:53 +00:00
ansible-role-tripleo-panko@906325267c Update git submodules 2019-01-07 19:39:47 +00:00
ansible-role-tripleo-qdrouterd@87bf717fd0 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-tripleo-rabbitmq@81b8df1331 Update git submodules 2019-01-07 19:35:16 +00:00
ansible-role-tripleo-rsyslog-sidecar@c3511bcc58 Update git submodules 2019-01-07 19:35:01 +00:00
ansible-role-tripleo-sahara@6e67b8b9a1 Update git submodules 2019-01-07 19:34:58 +00:00
ansible-role-tripleo-sensu@e856592d79 Update git submodules 2019-01-07 19:39:43 +00:00
ansible-role-tripleo-swift@5670e23716 Update git submodules 2019-01-07 19:35:02 +00:00
ansible-role-tripleo-tacker@44b8cf94b2 Update git submodules 2019-01-07 19:34:41 +00:00
ansible-role-tripleo-tempest@ec1f60823e Update git submodules 2019-01-07 19:35:20 +00:00
ansible-role-tripleo-ui@1449bb86f8 Update git submodules 2019-01-07 19:39:45 +00:00
ansible-role-tripleo-zaqar@e2a7951290 Update git submodules 2019-01-07 19:35:18 +00:00
aodh@1b552dd825 Update git submodules 2019-01-23 11:03:41 +00:00
askbot-theme@0cc9f5ffd4
automaton@0e9634c5fc Update git submodules based on new script 2019-01-04 14:13:17 +00:00
barbican@6dc5259012 Update git submodules 2019-02-05 21:53:30 +00:00
barbican-specs@42221b1db2 Update git submodules 2019-01-22 19:28:55 +00:00
barbican-tempest-plugin@123dd7d416 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
bashate@d4f6cfa3fb Update git submodules 2018-04-22 23:46:40 +00:00
bifrost@177ce1faef Update git submodules 2019-02-06 17:14:20 +00:00
bindep@1568971ca0 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
blazar@822ccf635a Update git submodules 2019-02-06 08:58:32 +00:00
blazar-dashboard@05c577af0a Update git submodules 2019-01-29 09:58:53 +00:00
blazar-nova@dc4c505f5e Update git submodules based on new script 2019-01-04 14:13:17 +00:00
blazar-specs@7c3b003183 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
blazar-tempest-plugin@d1d4a15d27 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
bugdaystats@6d52e41e38
castellan@feb4e1aa5a Update git submodules 2019-01-28 01:32:36 +00:00
castellan-ui@63aeeaf311 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ceilometer@ce2ac3dfc5 Update git submodules 2019-01-17 11:52:27 +00:00
ceilometer-powervm@7bf69d7bee Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ceilometermiddleware@2f0efc7c99 Update git submodules 2018-02-06 18:51:19 +00:00
charm-aodh@ee68a502a3 Update git submodules 2019-02-04 14:22:45 +00:00
charm-barbican@2cdcea8d15 Update git submodules 2019-02-02 01:45:09 +00:00
charm-barbican-softhsm@4a2c3399dd Update git submodules 2019-01-24 06:34:02 +00:00
charm-barbican-vault@757e2da7ab Update git submodules 2019-01-24 06:31:33 +00:00
charm-ceilometer@d6e5fd3b04 Update git submodules 2019-02-07 10:47:53 +00:00
charm-ceilometer-agent@b20b74c5ce Update git submodules 2019-01-14 13:35:40 +00:00
charm-ceph-fs@22533d4e03 Update git submodules 2019-01-24 06:32:58 +00:00
charm-ceph-mon@5ed4956f2b Update git submodules 2019-02-01 13:18:04 +00:00
charm-ceph-osd@dc3e5c80f7 Update git submodules 2019-02-06 16:20:04 +00:00
charm-ceph-proxy@73d7745e10 Update git submodules 2019-02-06 17:32:00 +00:00
charm-ceph-radosgw@049993db1b Update git submodules 2019-02-04 14:10:51 +00:00
charm-cinder@834cde35ec Update git submodules 2019-01-31 12:23:44 +00:00
charm-cinder-backup@98a5f35b1d Update git submodules 2019-01-18 21:51:42 +00:00
charm-cinder-ceph@511f2f0a19 Update git submodules 2019-02-05 11:26:17 +00:00
charm-cloudkitty@3b9b265469 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-deployment-guide@daca7f62e2 Update git submodules 2019-02-04 16:42:53 +00:00
charm-designate@b6f6dd7e3c Update git submodules 2019-02-02 01:45:00 +00:00
charm-designate-bind@067249838b Update git submodules 2019-01-24 06:35:52 +00:00
charm-glance@c24e2cf423 Update git submodules 2019-01-24 13:43:23 +00:00
charm-glance-simplestreams-sync@3d3271f1c8 Update git submodules 2019-01-14 13:35:47 +00:00
charm-glusterfs@355467c1ec Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-gnocchi@4f48b46f17 Update git submodules 2019-02-07 07:29:27 +00:00
charm-guide@aa034ca1f2 Update git submodules 2019-01-09 06:56:14 +00:00
charm-hacluster@3689c551c2 Update git submodules 2019-01-30 12:23:04 +00:00
charm-heat@3e7baa7014 Update git submodules 2019-01-14 13:33:19 +00:00
charm-interface-barbican-secrets@498279adb1 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-interface-bgp@ec52a95799 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-interface-bind-rndc@7d6993adc3 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-interface-ceph-client@e4997e5ab8 Update git submodules 2019-01-08 12:28:05 +00:00
charm-interface-ceph-mds@579c0e4322 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-interface-dashboard-plugin@15a4e6c8ee Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-interface-designate@26b986426a Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-interface-gnocchi@188d685775 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-interface-hacluster@7c2e09450a Update git submodules 2019-02-01 14:25:50 +00:00
charm-interface-keystone@0ec113afb7 Update git submodules 2019-01-29 08:03:55 +00:00
charm-interface-keystone-admin@eac2145e5e Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-interface-keystone-credentials@e0ca24f5b5 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-interface-keystone-domain-backend@1d9a7a7f3e Update git submodules 2019-01-09 10:36:05 +00:00
charm-interface-manila-plugin@54e06a9217 Update git submodules 2019-01-09 10:29:36 +00:00
charm-interface-mysql-shared@29bf2cb5cb Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-interface-neutron-load-balancer@28635fd193 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-interface-neutron-plugin@7d721ef02b Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-interface-neutron-plugin-api-subordinate@c6deebab3f Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-interface-nova-cell@663e6b741e Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-interface-nova-compute@dd789af72d Update git submodules 2019-01-10 07:01:16 +00:00
charm-interface-odl-controller-api@1f275b39e9 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-interface-openstack-ha@a6057418d9 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-interface-ovsdb-manager@6a1671abcc Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-interface-rabbitmq@30bc8d5966 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-interface-service-control@a8e52b1d08 Update git submodules 2019-01-10 06:23:36 +00:00
charm-ironic@857835ace9 Update git submodules 2019-01-09 09:33:49 +00:00
charm-keystone@b8c28f63aa Update git submodules 2019-01-18 17:09:13 +00:00
charm-keystone-ldap@f966664d75 Update git submodules 2019-01-24 06:35:51 +00:00
charm-layer-ceph-base@7d0aa4e9a3 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-layer-openstack@bfda016be4 Update git submodules 2019-01-11 15:47:26 +00:00
charm-layer-openstack-api@a27fc0c760 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-layer-openstack-principle@9938f45e9f Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-lxd@0cc0325d85 Update git submodules 2019-01-14 13:20:02 +00:00
charm-manila@5fc15ee7a4 Update git submodules 2019-02-02 01:47:33 +00:00
charm-manila-generic@4dc45ffe50 Update git submodules 2019-01-24 06:35:45 +00:00
charm-manila-glusterfs@2c5532cf45 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-mistral@2fc24d6c1d Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-murano@d13410cd3b Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-neutron-api@1e6430f9c6 Update git submodules 2019-01-25 11:47:34 +00:00
charm-neutron-api-genericswitch@f99af7502c Update git submodules 2019-01-09 09:02:06 +00:00
charm-neutron-api-odl@4b4d0dd922 Update git submodules 2019-01-09 09:03:25 +00:00
charm-neutron-dynamic-routing@af65fc44ce Update git submodules 2019-02-02 01:44:38 +00:00
charm-neutron-gateway@cf4fe1af9e Update git submodules 2019-01-24 06:40:51 +00:00
charm-neutron-openvswitch@bd1cc362f1 Update git submodules 2019-01-24 16:49:41 +00:00
charm-nova-cell-controller@5d09b43119 Update git submodules 2019-02-02 01:44:01 +00:00
charm-nova-cloud-controller@13eca55803 Update git submodules 2019-02-04 12:30:10 +00:00
charm-nova-compute@a445a33add Update git submodules 2019-02-05 14:38:41 +00:00
charm-nova-compute-proxy@fb84e302e8 Update git submodules 2019-01-14 13:19:05 +00:00
charm-octavia@920c630a9e Update git submodules 2019-02-02 15:21:24 +00:00
charm-octavia-dashboard@d254d02029 Update git submodules 2019-01-24 06:33:32 +00:00
charm-odl-controller@e625b1a881 Update git submodules 2019-01-09 09:38:29 +00:00
charm-openstack-dashboard@1534accb10 Update git submodules 2019-01-30 14:12:44 +00:00
charm-openvswitch-odl@bb9ad3ab2d Update git submodules 2019-01-09 08:59:28 +00:00
charm-panko@985c2af1f6 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-percona-cluster@7ac7991b64 Update git submodules 2019-01-14 13:34:19 +00:00
charm-rabbitmq-server@a388bf52c8 Update git submodules 2019-02-04 10:34:01 +00:00
charm-specs@9001d8083e Update git submodules 2019-01-15 09:30:45 +00:00
charm-swift-proxy@69caa6eb50 Update git submodules 2019-02-05 10:41:46 +00:00
charm-swift-storage@7f4e59322f Update git submodules 2019-01-14 13:35:38 +00:00
charm-tempest@5fffa55187 Update git submodules 2019-01-24 06:30:56 +00:00
charm-trove@48b78e4aeb Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charms.ceph@886ef0b224 Update git submodules 2019-02-05 15:32:11 +00:00
charms.openstack@341b879cc1 Update git submodules 2019-02-06 16:20:03 +00:00
cinder@3902a2bf28 Update git submodules 2019-02-06 23:25:01 +00:00
cinder-specs@da0810501a Update git submodules 2019-01-16 16:15:32 +00:00
cinder-tempest-plugin@f208601ab5 Update git submodules 2019-01-16 21:12:18 +00:00
ciwatch@a5f13c53f0 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
cliff@65e7d159c3 Update git submodules 2018-03-26 01:49:11 +00:00
cloudkitty@a9dbe07d41 Update git submodules 2019-02-06 13:46:36 +00:00
cloudkitty-dashboard@28fe3b7bb0 Update git submodules 2019-02-05 14:25:18 +00:00
cloudkitty-specs@a4aa44b695 Update git submodules 2019-02-05 16:02:01 +00:00
cloudkitty-tempest-plugin@ea0b694d89 Update git submodules 2019-02-05 15:04:06 +00:00
congress@e5d979a3c7 Update git submodules 2019-01-30 23:39:35 +00:00
congress-dashboard@78879e161c Update git submodules 2019-01-31 07:56:52 +00:00
congress-specs@df4a73b1eb Update git submodules 2019-01-09 18:03:18 +00:00
congress-tempest-plugin@30be27fd72 Update git submodules 2019-02-01 23:33:11 +00:00
constellations@7c77efbb57 Update git submodules 2019-01-12 08:58:39 +00:00
contributor-guide@c79c47e6e6 Update git submodules 2019-02-06 16:21:22 +00:00
cookbook-openstack-application-catalog@74d5e833b8 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
cookbook-openstack-bare-metal@de1d8fdbe1 Update git submodules 2019-01-07 16:36:27 +00:00
cookbook-openstack-block-storage@ea5c38398f Update git submodules 2019-01-08 15:36:11 +00:00
cookbook-openstack-client@cf0dff54c9 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
cookbook-openstack-common@f5e211b62b Update git submodules 2019-01-08 15:36:23 +00:00
cookbook-openstack-compute@20fb9a2311 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
cookbook-openstack-dashboard@d42a397111 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
cookbook-openstack-dns@7e0d7bdcb0 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
cookbook-openstack-identity@eabbbb9b5c Update git submodules based on new script 2019-01-04 14:13:17 +00:00
cookbook-openstack-image@8142de7e19 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
cookbook-openstack-integration-test@33cd025214 Update git submodules 2019-01-08 16:53:01 +00:00
cookbook-openstack-network@66490ada34 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
cookbook-openstack-ops-database@b3eaefbd80 Update git submodules 2019-01-08 16:27:53 +00:00
cookbook-openstack-ops-messaging@59285c3da4 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
cookbook-openstack-orchestration@c880cd18b2 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
cookbook-openstack-telemetry@a5bbccbe5c Update git submodules based on new script 2019-01-04 14:13:17 +00:00
cookbook-openstackclient@51f3f6ff58 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
cookiecutter@b73d89dc9f Update git submodules 2018-01-08 14:48:40 +00:00
coverage2sql@97b3c40428 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
cyborg@4a968353c0 Update git submodules 2019-01-29 03:59:29 +00:00
cyborg-specs@31f982fadb Update git submodules based on new script 2019-01-04 14:13:17 +00:00
debtcollector@ba06902133 Update git submodules 2018-03-29 08:13:23 +00:00
designate@717b94c2c3 Update git submodules 2019-01-18 02:46:31 +00:00
designate-dashboard@c3af205a1e Update git submodules 2019-01-19 01:56:54 +00:00
designate-specs@b8d890ea6f
designate-tempest-plugin@02fca4df41 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
devstack@f3302dcee3 Update git submodules 2019-02-06 16:34:57 +00:00
devstack-gate@907c1f999d Update git submodules 2019-01-10 05:43:53 +00:00
devstack-plugin-amqp1@dc1d560250 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
devstack-plugin-ceph@2badb448e3 Update git submodules 2019-02-01 02:53:28 +00:00
devstack-plugin-container@b8ff250e97 Update git submodules 2019-01-31 07:30:04 +00:00
devstack-plugin-kafka@28be3eed69 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
devstack-plugin-pika@9e1d956cc8 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
devstack-plugin-zmq@f1d39abd34 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
devstack-tools@270cf481df Update git submodules based on new script 2019-01-04 14:13:17 +00:00
devstack-vagrant@b4365bed49
dib-utils@964784880d Update git submodules 2018-01-23 15:52:31 +00:00
diskimage-builder@25ba034a0e Update git submodules 2019-02-07 07:54:23 +00:00
django_openstack_auth@58e881ec93
docs-specs@1e04477632 Update git submodules 2018-02-07 03:24:09 +00:00
ec2-api@46af2c326f Update git submodules 2019-01-04 14:45:38 +00:00
ec2api-tempest-plugin@2757fdac73 Update git submodules 2019-01-11 10:48:40 +00:00
elastic-recheck@f5b285a89e Update git submodules 2019-02-06 20:51:50 +00:00
eslint-config-openstack@00303e7eb7 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
freezer@09262f137f Update git submodules 2019-01-25 10:15:21 +00:00
freezer-api@c6b4c27723 Update git submodules 2019-01-28 12:30:55 +00:00
freezer-dr@1e687a4993 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
freezer-specs@0014066505 Update git submodules 2019-01-28 12:05:02 +00:00
freezer-tempest-plugin@b53935acae Update git submodules 2019-01-29 01:38:27 +00:00
freezer-web-ui@1fc5b2b3ae Update git submodules 2019-01-28 11:59:10 +00:00
futurist@481e940785 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
gear@6a7417702d Update git submodules 2019-01-28 16:21:02 +00:00
gearman-plugin@46d74f029f
germqtt@b1067bbdd7 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
gerrit@e707725ee6 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
gerritbot@f32d742eff Update git submodules 2018-02-21 17:25:20 +00:00
gerritlib@01a634014e Update git submodules 2017-09-22 21:11:59 +00:00
git-restack@bef0f92120 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
git-review@ed3c79e452 Update git submodules 2018-04-30 00:02:52 +00:00
gitdm@547072d99f Update git submodules 2018-03-07 18:39:32 +00:00
glance@1d3f9ed234 Update git submodules 2019-01-31 19:12:02 +00:00
glance-specs@ad5233bd78 Update git submodules 2018-03-09 10:28:14 +00:00
glance_store@db75918208 Update git submodules 2019-01-28 06:14:25 +00:00
glean@8ca30bdec8 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
grafyaml@0c1dccc15b Update git submodules 2019-01-25 02:15:12 +00:00
grenade@dc7f4a4ba5 Update git submodules 2018-04-06 22:24:14 +00:00
groups@e825e37696
groups-static-pages@45de1bab35
hacking@f35a26f44b Update git submodules 2019-02-05 01:19:33 +00:00
heat@0df360559a Update git submodules 2019-02-02 20:56:26 +00:00
heat-agents@828fd1e063 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
heat-cfnclient@32555c34a0
heat-cfntools@d23083a8e9 Update git submodules 2019-01-03 22:09:16 +00:00
heat-dashboard@d17cae6e77 Update git submodules 2019-01-31 11:03:15 +00:00
heat-specs@d0a0accca7 Update git submodules 2019-01-30 06:30:56 +00:00
heat-tempest-plugin@e2373b3ba2 Update git submodules 2019-01-23 12:14:06 +00:00
heat-templates@840692d3d4 Update git submodules 2019-01-23 04:55:25 +00:00
heat-translator@3f08ea4dee Update git submodules 2018-03-26 12:52:20 +00:00
horizon@979dbff32b Update git submodules 2019-02-06 09:44:50 +00:00
i18n@16aadf6924 Update git submodules 2019-01-25 13:24:10 +00:00
i18n-specs@59eda7f2a4 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
infra-ansible@9b02a6ebe2 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
infra-manual@f84e92fb41 Update git submodules 2018-04-25 05:07:09 +00:00
infra-specs@382922894c Update git submodules 2018-04-24 15:16:57 +00:00
instack@24f9ef2a32 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
instack-undercloud@87abe05ba0 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
irc-meetings@61d211d2ea Update git submodules 2019-02-05 16:18:02 +00:00
ironic@4404292276 Update git submodules 2019-02-07 11:20:09 +00:00
ironic-inspector@73cbfc744b Update git submodules 2019-02-06 19:28:27 +00:00
ironic-inspector-specs@110ec01268 Update git submodules 2019-02-05 23:22:58 +00:00
ironic-lib@c5d6e474c0 Update git submodules 2019-01-17 08:15:31 +00:00
ironic-python-agent@d9ba2b3f00 Update git submodules 2019-02-06 19:28:30 +00:00
ironic-python-agent-builder@aceb8d85f2 Update git submodules 2019-01-14 11:03:08 +00:00
ironic-specs@df996b9a7e Update git submodules 2019-01-31 08:14:11 +00:00
ironic-tempest-plugin@36960a98be Update git submodules 2019-02-06 17:14:43 +00:00
ironic-ui@51db938545 Update git submodules 2019-01-22 09:56:05 +00:00
jeepyb@6dfb888f4e Update git submodules 2018-03-23 22:33:38 +00:00
jenkins-job-builder@c59b5a5258 Update git submodules 2019-01-30 17:07:10 +00:00
js-openstack-lib@ff006579b3 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
karbor@e0258aac27 Update git submodules 2019-01-11 01:21:31 +00:00
karbor-dashboard@d862d4e6d8 Update git submodules 2019-01-14 01:11:41 +00:00
karma-subunit-reporter@2c2c7aa620 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
keystone@374b03b015 Update git submodules 2019-02-06 22:50:04 +00:00
keystone-specs@312c034e9b Update git submodules 2019-01-25 11:37:18 +00:00
keystone-tempest-plugin@b573efb357 Update git submodules 2019-01-25 14:53:29 +00:00
keystoneauth@299bebc14d Update git submodules based on new script 2019-01-04 14:13:17 +00:00
keystonemiddleware@4bc0958007 Update git submodules 2019-01-09 10:27:03 +00:00
kolla@c6625e9aed Update git submodules 2019-02-06 07:45:53 +00:00
kolla-ansible@ae8d085ea7 Update git submodules 2019-02-07 04:52:54 +00:00
kolla-cli@46a09f1b18 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
kuryr@b3df2c6b5c Update git submodules based on new script 2019-01-04 14:13:17 +00:00
kuryr-kubernetes@53fba9a478 Update git submodules 2019-02-06 01:04:48 +00:00
kuryr-libnetwork@5fb8275d12 Update git submodules 2019-01-20 13:21:51 +00:00
kuryr-tempest-plugin@21bd0ce9f1 Update git submodules 2019-01-28 17:17:36 +00:00
ldappool@4e29af8bbc Update git submodules based on new script 2019-01-04 14:13:17 +00:00
loci@c94e1dfc86 Update git submodules 2019-01-28 14:21:20 +00:00
lodgeit@af3168e449
log-classify@45ae2b5e39 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
log_processor@2c63950e34 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
logstash-filters@41a4d92703 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
lpmqtt@4cff75293e Update git submodules based on new script 2019-01-04 14:13:17 +00:00
magnum@1cca9cc809 Update git submodules 2019-02-07 11:04:18 +00:00
magnum-specs@e1c67df536 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
magnum-tempest-plugin@72a29d8e43 Update git submodules 2019-01-16 08:15:14 +00:00
magnum-ui@95520c0447 Update git submodules 2019-01-23 00:02:16 +00:00
manila@bbe088fb9b Update git submodules 2019-02-07 11:54:50 +00:00
manila-image-elements@e06b752af8 Update git submodules 2019-01-25 14:51:24 +00:00
manila-specs@3de949e358 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
manila-tempest-plugin@6247e9ec61 Update git submodules 2019-02-06 23:25:35 +00:00
manila-test-image@855f132414 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
manila-ui@13d0c11966 Update git submodules 2019-01-10 18:36:21 +00:00
masakari@1a18e940a0 Update git submodules 2019-02-06 10:39:54 +00:00
masakari-dashboard@aa512a8d59 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
masakari-monitors@2171a824bb Update git submodules based on new script 2019-01-04 14:13:17 +00:00
masakari-specs@6311eae75b Update git submodules 2019-01-29 04:44:04 +00:00
meetbot@01e051648c Update git submodules based on new script 2019-01-04 14:13:17 +00:00
metalsmith@e795f6c841 Update git submodules 2019-01-22 19:55:14 +00:00
mistral@81af1b4838 Update git submodules 2019-01-17 11:13:02 +00:00
mistral-dashboard@29fa2cd15c Update git submodules based on new script 2019-01-04 14:13:17 +00:00
mistral-extra@5fe2ff8cd7 Update git submodules 2019-01-28 08:01:55 +00:00
mistral-lib@1c3cbd81a3 Update git submodules 2019-01-14 06:53:17 +00:00
mistral-specs@e13e89cbfc Update git submodules 2019-01-14 06:45:56 +00:00
mistral-tempest-plugin@d724aaeafe Update git submodules 2019-01-14 08:23:53 +00:00
molteniron@796e694f8d Update git submodules based on new script 2019-01-04 14:13:17 +00:00
monasca-agent@7427fa34f9 Update git submodules 2019-02-06 10:09:11 +00:00
monasca-analytics@29e27cfddb Update git submodules 2019-02-05 15:15:21 +00:00
monasca-api@cde6b1c680 Update git submodules 2019-02-06 10:09:18 +00:00
monasca-ceilometer@3de5cb4c45 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
monasca-common@5946f650b9 Update git submodules 2019-02-06 10:06:37 +00:00
monasca-events-api@82dee1cb80 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
monasca-grafana-datasource@7704954b75 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
monasca-kibana-plugin@bc8362249a Update git submodules 2019-02-06 10:05:25 +00:00
monasca-log-api@d8f53e80c8 Update git submodules 2019-01-29 14:24:04 +00:00
monasca-notification@e6f2f2b6fe Update git submodules 2019-01-31 18:07:18 +00:00
monasca-persister@497f089ee9 Update git submodules 2019-02-06 10:51:34 +00:00
monasca-specs@551984592f Update git submodules based on new script 2019-01-04 14:13:17 +00:00
monasca-statsd@8d42b7a4ac Update git submodules 2019-02-06 10:06:36 +00:00
monasca-tempest-plugin@52e319e20f Update git submodules 2019-02-06 10:04:22 +00:00
monasca-thresh@a9b759dbfb Update git submodules based on new script 2019-01-04 14:13:17 +00:00
monasca-transform@73e5f9a833 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
monasca-ui@a6bc9ba3ce Update git submodules 2019-01-30 17:27:38 +00:00
mox3@543e2cc377 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
mqtt_statsd@4a5adf8cca Update git submodules based on new script 2019-01-04 14:13:17 +00:00
murano@a6130e423f Update git submodules 2019-01-23 06:48:08 +00:00
murano-agent@0d0e9faa45 Update git submodules 2019-01-05 08:10:47 +00:00
murano-apps@77e76fe199 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
murano-dashboard@d123d1aca2 Update git submodules 2019-01-25 02:19:11 +00:00
murano-deployment@c75c682069 Update git submodules 2019-01-07 07:33:40 +00:00
murano-pkg-check@9dd56f61a1 Update git submodules 2019-01-14 03:20:27 +00:00
murano-specs@56c797a959 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
murano-tempest-plugin@3fb9565f11 Update git submodules 2019-01-12 07:48:16 +00:00
networking-bagpipe@78d78db9a9 Update git submodules 2019-01-08 17:44:58 +00:00
networking-baremetal@00c2f2346a Update git submodules 2019-02-06 13:34:01 +00:00
networking-bgpvpn@fdec45b953 Update git submodules 2019-01-08 15:45:20 +00:00
networking-generic-switch@5e55bc78b2 Update git submodules 2019-02-05 16:54:11 +00:00
networking-generic-switch-tempest-plugin@85bfb8c45b Update git submodules based on new script 2019-01-04 14:13:17 +00:00
networking-hyperv@83daa42291 Update git submodules 2019-01-16 09:43:44 +00:00
networking-midonet@703097b39b Update git submodules 2019-02-07 11:13:40 +00:00
networking-odl@cec4fbd0fe Update git submodules 2019-01-06 12:04:47 +00:00
networking-ovn@4c5cdc66e7 Update git submodules 2019-02-07 13:52:07 +00:00
networking-powervm@565687540d Update git submodules based on new script 2019-01-04 14:13:17 +00:00
networking-sfc@dbd451b5d7 Update git submodules 2019-02-05 11:35:49 +00:00
neutron@da104bdaab Update git submodules 2019-02-07 02:09:33 +00:00
neutron-dynamic-routing@571e2e3f0e Update git submodules 2019-01-17 11:50:48 +00:00
neutron-fwaas@e7f2f781ee Update git submodules 2019-02-04 16:52:33 +00:00
neutron-fwaas-dashboard@1d67a7ce98 Update git submodules 2019-02-05 07:57:34 +00:00
neutron-interconnection@633108cdc2 Update git submodules 2019-01-16 20:39:46 +00:00
neutron-lbaas@187f7fa85b Update git submodules 2019-02-04 10:42:14 +00:00
neutron-lbaas-dashboard@ba14bbae9e Update git submodules 2019-01-23 08:39:42 +00:00
neutron-lib@aceb7c50ed Update git submodules 2019-02-04 16:46:08 +00:00
neutron-specs@6824b2a647 Update git submodules 2019-01-19 00:04:29 +00:00
neutron-tempest-plugin@7bdee678c9 Update git submodules 2019-02-02 06:30:54 +00:00
neutron-vpnaas@c561e8940a Update git submodules 2019-01-08 04:39:01 +00:00
neutron-vpnaas-dashboard@2c8695b8b2 Update git submodules 2019-01-16 15:03:08 +00:00
nose-html-output@71d12999b0
nova@3cfcd117ce Update git submodules 2019-02-07 14:17:28 +00:00
nova-powervm@2dcdc531e6 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
nova-specs@2601546ea2 Update git submodules 2019-01-17 23:23:42 +00:00
octavia@c00fd3e818 Update git submodules 2019-02-06 23:28:26 +00:00
octavia-dashboard@5391d3d5e1 Update git submodules 2019-02-05 06:58:50 +00:00
octavia-lib@768465784c Update git submodules 2019-02-03 08:28:55 +00:00
octavia-tempest-plugin@ebbe4ef969 Update git submodules 2019-02-01 16:56:36 +00:00
odsreg@88b1770704 Update git submodules 2017-11-23 16:53:39 +00:00
openstack-ansible@973ff079b4 Update git submodules 2019-02-06 16:27:49 +00:00
openstack-ansible-apt_package_pinning@c35f1c52c5 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-ceph_client@0a724692fd Update git submodules 2019-01-20 20:18:02 +00:00
openstack-ansible-galera_client@0906a82944 Update git submodules 2019-01-07 15:16:32 +00:00
openstack-ansible-galera_server@b78e58b1d7 Update git submodules 2019-01-28 12:51:45 +00:00
openstack-ansible-haproxy_server@4fb2059a3b Update git submodules 2019-01-28 10:22:07 +00:00
openstack-ansible-lxc_container_create@f067343085 Update git submodules 2019-01-16 02:01:00 +00:00
openstack-ansible-lxc_hosts@b8914bd419 Update git submodules 2019-01-20 21:46:28 +00:00
openstack-ansible-memcached_server@8bee77aba3 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-nspawn_container_create@6056124447 Update git submodules 2019-02-01 04:07:56 +00:00
openstack-ansible-nspawn_hosts@ef4aef4802 Update git submodules 2019-02-01 04:22:03 +00:00
openstack-ansible-openstack_hosts@6a73496397 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-openstack_openrc@d7233f9ff9 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-ops@38f817aee7 Update git submodules 2019-02-04 06:02:11 +00:00
openstack-ansible-os_almanach@f477528e2d Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_aodh@966141ddcb Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_barbican@00563670d3 Update git submodules 2019-02-06 16:55:47 +00:00
openstack-ansible-os_blazar@cb561cc870 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_ceilometer@35004e005e Update git submodules 2019-02-06 17:01:33 +00:00
openstack-ansible-os_cinder@08cbc0d5d5 Update git submodules 2019-02-07 12:56:01 +00:00
openstack-ansible-os_cloudkitty@6470449d6e Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_congress@455c2b4433 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_designate@9b349ca222 Update git submodules 2019-02-06 22:14:24 +00:00
openstack-ansible-os_freezer@b75a75145f Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_glance@414df67f86 Update git submodules 2019-02-03 16:59:16 +00:00
openstack-ansible-os_gnocchi@c1ddbfb400 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_heat@31a46e0adc Update git submodules 2019-01-12 11:57:18 +00:00
openstack-ansible-os_horizon@46ce9ed999 Update git submodules 2019-02-06 16:56:07 +00:00
openstack-ansible-os_ironic@837fe2ec88 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_karbor@7b44052e18 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_keystone@45fc484bd4 Update git submodules 2019-02-06 17:15:55 +00:00
openstack-ansible-os_magnum@c26da937d0 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_manila@5133d89525 Update git submodules 2019-01-09 21:16:37 +00:00
openstack-ansible-os_masakari@0ba806a9b5 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_molteniron@6d18fa4636 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_monasca@32f23c1964 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_monasca-agent@c82a6cf320 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_neutron@2fb4715a89 Update git submodules 2019-02-01 03:21:23 +00:00
openstack-ansible-os_nova@4e4136b01d Update git submodules 2019-01-10 17:08:18 +00:00
openstack-ansible-os_octavia@eee659d342 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_panko@5a6add8c88 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_placement@565c63a659 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_rally@9cf0c64a20 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_sahara@d0a23313ea Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_searchlight@ba29419f00 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_swift@430932f274 Update git submodules 2019-01-07 21:05:51 +00:00
openstack-ansible-os_tacker@886ee2a457 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_tempest@b195fbff39 Update git submodules 2019-02-07 00:44:42 +00:00
openstack-ansible-os_trove@fb2e845256 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_watcher@d293922640 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_zaqar@1eb81a3a41 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_zun@30256ebb6b Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-pip_install@aa7ecc5248 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-pip_lock_down@fbd2fbe301 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-plugins@152bae8b96 Update git submodules 2019-02-06 20:45:15 +00:00
openstack-ansible-rabbitmq_server@b622c1486a Update git submodules 2019-01-27 02:11:37 +00:00
openstack-ansible-repo_build@6cfcecf157 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-repo_server@271327c15d Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-rsyslog_client@32cd32f262 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-rsyslog_server@abeaa16da8 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-security@d7f838df9c Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-specs@055cfacf83 Update git submodules 2019-01-07 03:51:03 +00:00
openstack-ansible-tests@d21a7d5d9f Update git submodules 2019-01-31 10:36:07 +00:00
openstack-chef@3faee3507d Update git submodules 2019-01-07 16:47:31 +00:00
openstack-chef-repo@5f5a010013 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-chef-specs@440139ee58 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-doc-tools@c197ad0f65 Update git submodules 2019-01-23 01:57:27 +00:00
openstack-health@3ea4787c88 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-helm@7edbfc8a7e Update git submodules 2019-02-05 20:21:06 +00:00
openstack-helm-addons@77f41c71a3 Update git submodules 2019-02-05 00:14:12 +00:00
openstack-helm-docs@58093ca907 Update git submodules 2019-01-29 13:59:17 +00:00
openstack-helm-images@96048a62fa Update git submodules 2019-02-03 07:56:49 +00:00
openstack-helm-infra@f4aa5dc574 Update git submodules 2019-02-06 22:21:27 +00:00
openstack-manuals@06da4716d6 Update git submodules 2019-02-04 15:58:33 +00:00
openstack-nose@de9dcf85a0
openstack-planet@8816aea9ff Update git submodules 2018-03-09 13:42:40 +00:00
openstack-zuul-jobs@d770f34bfb Update git submodules 2019-01-21 16:14:46 +00:00
openstack-zuul-roles@153823ddcf Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstackclient@915593032c Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstackdocstheme@5dd66b6dd6 Update git submodules 2019-02-05 12:21:30 +00:00
openstackid@392dfd3214 Update git submodules 2019-01-30 19:21:00 +00:00
openstackid-resources@ce9c70dd20 Update git submodules 2019-01-30 17:44:59 +00:00
openstacksdk@dc092757d1 Update git submodules 2019-02-05 15:18:36 +00:00
openstackweb@38c8be9ed1 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
os-acc@0506812fff Update git submodules based on new script 2019-01-04 14:13:17 +00:00
os-api-ref@3b3734499b Update git submodules 2019-01-15 01:05:29 +00:00
os-apply-config@b7a2d9e46c Update git submodules 2019-01-18 01:37:44 +00:00
os-brick@14be08d0b5 Update git submodules 2019-02-02 12:54:29 +00:00
os-client-config@74fc34a8f0 Update git submodules 2019-01-09 15:04:52 +00:00
os-collect-config@6bdbc35fbc Update git submodules 2019-01-18 01:37:44 +00:00
os-ken@f57d8b3b71 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
os-loganalyze@0f40dfd634 Update git submodules 2018-04-18 15:30:59 +00:00
os-net-config@565512aa94 Update git submodules 2019-02-02 07:33:09 +00:00
os-performance-tools@cbafae38c7 Update git submodules 2019-01-17 15:47:11 +00:00
os-refresh-config@d0277ff948 Update git submodules 2019-02-05 00:54:39 +00:00
os-resource-classes@b0c27a7d62 Update git submodules 2019-01-21 13:40:24 +00:00
os-service-types@4170f2e584 Update git submodules 2019-01-22 18:02:24 +00:00
os-testr@381f52460d Update git submodules based on new script 2019-01-04 14:13:17 +00:00
os-traits@9eab06df2f Update git submodules 2019-01-16 17:31:52 +00:00
os-vif@192d6fd114 Update git submodules 2019-01-22 19:36:14 +00:00
os-win@7ed1f4db45 Update git submodules 2019-02-01 13:19:36 +00:00
osc-lib@aaf18dad8d Update git submodules based on new script 2019-01-04 14:13:17 +00:00
osc-placement@bffd59ea53 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
oslo-cookiecutter@c7e47baf4a Update git submodules 2018-02-06 03:30:43 +00:00
oslo-specs@17e24acb65 Update git submodules 2019-01-09 18:07:19 +00:00
oslo.cache@eb68d734d3 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
oslo.concurrency@b8bf7b2810 Update git submodules 2019-01-10 12:10:15 +00:00
oslo.config@e91a16ece6 Update git submodules 2019-01-25 14:50:53 +00:00
oslo.context@f3f1b88226 Update git submodules 2019-01-26 11:35:52 +00:00
oslo.db@8c60cc1135 Update git submodules 2019-01-22 19:07:49 +00:00
oslo.i18n@85693aaea9 Update git submodules 2018-03-29 06:50:58 +00:00
oslo.limit@f7bc4adf37 Update git submodules 2019-01-09 18:00:32 +00:00
oslo.log@110191aa50 Update git submodules 2018-04-05 20:37:48 +00:00
oslo.messaging@0a784d2604 Update git submodules 2019-01-28 13:04:40 +00:00
oslo.middleware@880f29d72e Update git submodules 2018-03-29 06:42:54 +00:00
oslo.policy@3b09958d0c Update git submodules 2019-01-23 01:02:20 +00:00
oslo.privsep@225e975abf Update git submodules 2019-01-23 19:07:07 +00:00
oslo.reports@3c71e50f0a Update git submodules based on new script 2019-01-04 14:13:17 +00:00
oslo.rootwrap@cfc7838f8c Update git submodules 2018-04-05 14:39:50 +00:00
oslo.serialization@7d03e2d7e4 Update git submodules 2018-03-29 06:31:09 +00:00
oslo.service@3c645a77ec Update git submodules 2019-01-17 13:52:22 +00:00
oslo.tools@ca098008e9 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
oslo.upgradecheck@226d9b14d3 Update git submodules 2019-01-15 16:44:19 +00:00
oslo.utils@4eb61941f8 Update git submodules 2019-01-31 05:02:04 +00:00
oslo.versionedobjects@5774995c3c Update git submodules 2018-04-08 03:24:21 +00:00
oslo.vmware@a1f2a43651 Update git submodules 2019-01-09 19:24:50 +00:00
oslosphinx@db2ca62a96 Update git submodules 2019-01-22 16:37:12 +00:00
oslotest@ea390dd30c Update git submodules 2019-01-22 16:32:30 +00:00
osprofiler@5912491fba Update git submodules 2019-01-26 11:35:03 +00:00
oswin-tempest-plugin@df19edfc31 Update git submodules 2019-01-16 09:38:23 +00:00
ovsdbapp@bc06517ba3 Update git submodules 2019-01-29 15:52:37 +00:00
panko@97a72ebe85 Update git submodules 2019-01-30 06:37:40 +00:00
patrole@9866753ca8 Update git submodules 2019-02-05 09:31:02 +00:00
paunch@f3a5c24fb8 Update git submodules 2019-02-07 12:15:46 +00:00
pbr@7909c7afd3 Update git submodules 2019-01-22 21:04:45 +00:00
performance-docs@31b87219c8 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
placement@7d0a37dfb1 Update git submodules 2019-02-06 16:05:29 +00:00
project-config@e3e36f3093 Update git submodules 2019-02-07 12:24:19 +00:00
project-config-example@a8b504e0ba Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ptgbot@cb0e38cd12 Update git submodules 2019-01-07 10:37:31 +00:00
publications@824df0036b Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-accessbot@ca36d793b3 Update git submodules 2018-03-26 21:57:58 +00:00
puppet-ansible@65c5bb3d95
puppet-aodh@9849c4803c Update git submodules 2019-01-25 07:23:09 +00:00
puppet-apparmor@80a1265207
puppet-askbot@7abbdafc62
puppet-asterisk@b13391ded3
puppet-bandersnatch@cac249d5d2 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-barbican@7abdd7c8e7 Update git submodules 2019-02-04 11:25:46 +00:00
puppet-bugdaystats@c7b8745591
puppet-bup@013244fb40 Update git submodules 2017-11-02 06:22:33 +00:00
puppet-ceilometer@be78b483ae Update git submodules 2019-01-25 07:15:44 +00:00
puppet-ceph@e0069da972 Update git submodules 2019-01-22 22:25:20 +00:00
puppet-cgit@55c432baf6 Update git submodules 2018-03-27 23:37:05 +00:00
puppet-cinder@de8e3d4870 Update git submodules 2019-02-04 13:59:09 +00:00
puppet-ciwatch@540bfc49d8 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-cloudkitty@dca57ab7fd Update git submodules 2019-01-25 07:17:27 +00:00
puppet-congress@20ddad5bc8 Update git submodules 2019-01-25 07:35:09 +00:00
puppet-crane@1c745473f2 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-dashboard@9aa3039f9e
puppet-designate@37ea75ea34 Update git submodules 2019-01-25 07:20:22 +00:00
puppet-diskimage_builder@bd2ab1b110 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-drupal@26bb0c054b Update git submodules 2018-05-01 12:20:43 +00:00
puppet-ec2api@d088f803ff Update git submodules 2019-01-25 07:16:48 +00:00
puppet-elastic_recheck@9229117aba Update git submodules 2019-01-04 20:39:00 +00:00
puppet-elasticsearch@0d9347f41e Update git submodules 2017-09-21 21:10:38 +00:00
puppet-ethercalc@65eab03783 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-etherpad_lite@5b9395aea1 Update git submodules 2018-04-11 19:04:32 +00:00
puppet-exim@139fddd195 Update git submodules 2017-12-22 19:11:10 +00:00
puppet-freezer@c537994b03 Update git submodules 2019-01-25 07:15:14 +00:00
puppet-germqtt@e8f9800d5d Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-gerrit@352e7c112e Update git submodules 2019-01-14 23:48:30 +00:00
puppet-gerritbot@d434fd93d0 Update git submodules 2018-03-12 18:45:06 +00:00
puppet-github@30bbbfd58f
puppet-glance@e51177e296 Update git submodules 2019-02-05 13:38:03 +00:00
puppet-glare@96e5483986 Update git submodules 2019-01-25 07:24:12 +00:00
puppet-gnocchi@5bdc602225 Update git submodules 2019-01-25 07:18:01 +00:00
puppet-grafyaml@86b1b0ea82 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-graphite@dfc94e4fd9 Update git submodules 2018-02-07 20:12:19 +00:00
puppet-haveged@c089b950bc Update git submodules 2017-11-20 21:51:42 +00:00
puppet-heat@2c9b26482a Update git submodules 2019-01-25 10:02:01 +00:00
puppet-horizon@d1703e6a76 Update git submodules 2019-01-19 01:34:34 +00:00
puppet-hound@2ecbcf6fe5 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-httpd@9e47c78140 Update git submodules 2018-04-20 18:53:27 +00:00
puppet-infra-cookiecutter@4465a5ebaf Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-infracloud@d952cbc6c9 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-ipsilon@f07628885b Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-iptables@ac4f7e77e3 Update git submodules 2018-02-21 21:18:37 +00:00
puppet-ironic@b7d5ee6c78 Update git submodules 2019-02-06 18:04:21 +00:00
puppet-jeepyb@a06b1ae633 Update git submodules 2018-02-02 11:54:19 +00:00
puppet-jenkins@7a9eafd698
puppet-kerberos@4002c707ec Update git submodules 2017-12-15 23:59:34 +00:00
puppet-keystone@c2456fcaa8 Update git submodules 2019-02-06 19:13:43 +00:00
puppet-kibana@efba033351 Update git submodules 2018-05-01 12:33:27 +00:00
puppet-lodgeit@9e01268f33 Update git submodules 2018-01-11 23:16:25 +00:00
puppet-log_processor@c646602e20 Update git submodules 2017-12-11 20:34:05 +00:00
puppet-logrotate@b922097fc7 Update git submodules 2018-03-26 22:00:47 +00:00
puppet-logstash@b7032eb94b
puppet-lpmqtt@ddd4542e56 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-magnum@ae8505d565 Update git submodules 2019-01-25 07:17:25 +00:00
puppet-mailman@26be785a8f Update git submodules 2019-02-06 17:39:38 +00:00
puppet-manila@496a58a765 Update git submodules 2019-01-25 07:18:19 +00:00
puppet-mediawiki@adec8d34f2
puppet-meetbot@9cd6a4d6a0 Update git submodules 2018-05-01 12:20:42 +00:00
puppet-mistral@1d45f57db7 Update git submodules 2019-01-25 09:49:17 +00:00
puppet-monasca@6d8b450813 Update git submodules 2019-01-15 17:05:36 +00:00
puppet-mosquitto@a0c52d6bc7 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-mqtt_statsd@39791e8a73 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-murano@4aae1d83fd Update git submodules 2019-01-27 02:58:42 +00:00
puppet-mysql_backup@b306534ff9 Update git submodules 2018-05-01 12:19:54 +00:00
puppet-neutron@4fcddbd560 Update git submodules 2019-01-28 16:16:49 +00:00
puppet-nodepool@71fe2002e5 Update git submodules 2019-01-05 01:33:01 +00:00
puppet-nova@9050944b4d Update git submodules 2019-01-31 18:58:35 +00:00
puppet-octavia@a2aa65341e Update git submodules 2019-01-25 22:06:38 +00:00
puppet-openafs@13a3a763e9 Update git submodules 2018-02-18 23:58:41 +00:00
puppet-openstack-cookiecutter@e752f9aaf6 Update git submodules 2019-01-19 03:40:54 +00:00
puppet-openstack-guide@93a4bde09f Update git submodules 2019-01-09 12:36:53 +00:00
puppet-openstack-integration@fd4f42a1d4 Update git submodules 2019-02-06 11:05:43 +00:00
puppet-openstack-specs@d1a0b37aee Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-openstack_extras@5210621718 Update git submodules 2019-01-16 19:33:13 +00:00
puppet-openstack_health@39be1bf1f1 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-openstack_infra_spec_helper@54ed0aa7a1 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-openstack_spec_helper@c10cc3fe6d Update git submodules 2019-01-22 18:47:36 +00:00
puppet-openstackci@20ae86a8f4 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-openstackid@6265d038e7 Update git submodules 2019-01-21 15:47:35 +00:00
puppet-openstacklib@63cd960253 Update git submodules 2019-01-26 01:22:12 +00:00
puppet-os_client_config@f48bd2f36f Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-oslo@35e4f8383e Update git submodules 2019-01-19 14:57:12 +00:00
puppet-ovn@7cab6640b4 Update git submodules 2019-01-19 04:46:09 +00:00
puppet-pacemaker@306b0e001a Update git submodules 2019-02-01 02:21:08 +00:00
puppet-packagekit@2897ff7691
puppet-panko@01308da5ba Update git submodules 2019-01-25 07:34:54 +00:00
puppet-pgsql_backup@ff4b95ad05 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-phabricator@92a27b18c3 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-pip@bdfb4e7591 Update git submodules 2018-03-26 21:59:46 +00:00
puppet-placement@fbf3257800 Update git submodules 2019-01-26 03:11:54 +00:00
puppet-planet@6d20d0feb7
puppet-project_config@8310d56085 Update git submodules 2017-09-21 16:53:49 +00:00
puppet-ptgbot@278c6493d7 Update git submodules 2019-01-07 17:57:48 +00:00
puppet-puppet@1ab90e3f75 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-qdr@67d65af7c0 Update git submodules 2019-01-16 19:39:45 +00:00
puppet-rally@b525767718 Update git submodules 2019-01-25 07:18:20 +00:00
puppet-redis@3c653e5307
puppet-refstack@e93d8f55ee Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-reviewday@cb806fc80b
puppet-sahara@9b5d759255 Update git submodules 2019-02-01 21:40:47 +00:00
puppet-senlin@aa203431aa Update git submodules 2019-01-25 07:16:04 +00:00
puppet-simpleproxy@f7de5af0f9
puppet-snmpd@d804badd82 Update git submodules 2018-01-10 11:44:07 +00:00
puppet-ssh@685291c29e
puppet-ssl_cert_check@979573cec1
puppet-stackalytics@fd10957ead Update git submodules 2019-01-21 08:31:51 +00:00
puppet-statusbot@3973ed99a2 Update git submodules 2018-01-26 04:31:44 +00:00
puppet-storyboard@aa7ec0ee06 Update git submodules 2019-01-19 18:06:01 +00:00
puppet-subunit2sql@11005605dc Update git submodules 2019-02-04 16:39:20 +00:00
puppet-sudoers@ca25acebd5
puppet-swift@bc8dc5179a Update git submodules 2019-01-19 01:38:02 +00:00
puppet-tacker@cc9a9fd3f8 Update git submodules 2019-01-25 07:26:12 +00:00
puppet-tempest@56cdcd257e Update git submodules 2019-02-04 21:42:26 +00:00
puppet-tmpreaper@c6ca908936
puppet-translation_checksite@b2fe5e04ec Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-tripleo@71a8722eb3 Update git submodules 2019-02-06 16:45:40 +00:00
puppet-trove@dcc0c9b9f2 Update git submodules 2019-01-25 08:48:04 +00:00
puppet-ulimit@5fa98cc809
puppet-unattended_upgrades@825b3d68f5
puppet-unbound@3c4dcf3d51
puppet-user@fba7818b61
puppet-vcsrepo@1b625245d6
puppet-vitrage@1d362d0187 Update git submodules 2019-01-25 07:17:08 +00:00
puppet-vswitch@98fbd0d833 Update git submodules 2019-01-16 19:42:22 +00:00
puppet-watcher@1a8f58e306 Update git submodules 2019-02-04 11:20:23 +00:00
puppet-yum@cfc3500aba
puppet-zanata@e1fb24b955 Update git submodules 2017-11-29 00:07:26 +00:00
puppet-zaqar@413a79d519 Update git submodules 2019-01-25 09:48:57 +00:00
puppet-zuul@f85574113e Update git submodules 2019-01-29 22:21:32 +00:00
pycadf@4398b7d34e Update git submodules 2019-01-25 02:52:40 +00:00
pymod2pkg@d8c52f2621 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
pynotedb@e87d890c00 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
python-adjutantclient@05e8af6cf3 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
python-aodhclient@80cbf9906d Update git submodules based on new script 2019-01-04 14:13:17 +00:00
python-barbicanclient@1b28235816 Update git submodules 2019-01-04 16:05:55 +00:00
python-blazarclient@ac372aab53 Update git submodules 2019-01-29 09:40:09 +00:00
python-brick-cinderclient-ext@4f3a0e6494 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
python-cinderclient@0c89c0143b Update git submodules 2019-02-06 20:33:28 +00:00
python-cloudkittyclient@e7a9f20999 Update git submodules 2019-02-05 14:51:47 +00:00
python-congressclient@b704432811 Update git submodules 2019-02-04 21:21:04 +00:00
python-cyborgclient@dfe15c51b7 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
python-designateclient@6eeef0dd24 Update git submodules 2018-03-26 13:56:57 +00:00
python-freezerclient@f103a76d59 Update git submodules 2019-01-29 12:06:20 +00:00
python-glanceclient@b08351cf0d Update git submodules 2019-01-18 07:26:02 +00:00
python-heatclient@8af5deb458 Update git submodules 2019-01-03 22:45:12 +00:00
python-ironic-inspector-client@7b051723e9 Update git submodules 2019-01-08 12:22:35 +00:00
python-ironicclient@d15877f0fb Update git submodules 2019-02-05 23:16:46 +00:00
python-karborclient@7d93f625d9 Update git submodules 2019-01-14 01:09:09 +00:00
python-keystoneclient@13b889823b Update git submodules 2019-01-16 16:53:41 +00:00
python-magnumclient@b4120a1352 Update git submodules 2019-01-23 22:13:47 +00:00
python-manilaclient@7d6ef621c3 Update git submodules 2019-02-06 07:20:27 +00:00
python-masakariclient@44bb59f0e7 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
python-mistralclient@b99cebafd4 Update git submodules 2019-01-14 07:21:40 +00:00
python-monascaclient@0b14b4d492 Update git submodules 2019-01-08 13:14:26 +00:00
python-muranoclient@bd38573528 Update git submodules 2019-01-05 04:34:31 +00:00
python-neutronclient@c2ac394a88 Update git submodules 2019-02-07 03:30:01 +00:00
python-novaclient@85e9b58e9b Update git submodules 2019-01-07 03:45:40 +00:00
python-octaviaclient@dfb5fadc50 Update git submodules 2019-02-06 17:48:57 +00:00
python-openstackclient@dcff1012fd Update git submodules 2019-01-16 22:39:56 +00:00
python-pankoclient@0a27e534d8 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
python-qinlingclient@b5d3383f38 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
python-saharaclient@9ebd05065d Update git submodules 2019-01-11 01:27:12 +00:00
python-searchlightclient@597eb9b1e4 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
python-senlinclient@1c9e7078f3 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
python-solumclient@977717e756 Update git submodules 2019-01-05 04:05:55 +00:00
python-storyboardclient@940dd5c41e
python-swiftclient@3be8eca70b
python-tackerclient@1fdf521ba9 Update git submodules 2019-02-07 05:33:20 +00:00
python-tricircleclient@d7dc4eedb2 Update git submodules 2019-01-10 08:41:56 +00:00
python-tripleoclient@500341c835 Update git submodules 2019-02-07 03:30:25 +00:00
python-troveclient@463eab47e4 Update git submodules 2019-01-08 21:12:07 +00:00
python-vitrageclient@a7b134c0bd Update git submodules 2019-01-10 10:25:06 +00:00
python-watcherclient@9d9c5fe3be Update git submodules 2019-02-01 09:30:20 +00:00
python-zaqarclient@a38a7ecb63 Update git submodules 2018-03-30 01:53:59 +00:00
python-zunclient@eb0381873a Update git submodules 2019-01-29 02:52:39 +00:00
qa-specs@09de20ea67 Update git submodules 2019-01-25 08:17:19 +00:00
qinling@ebf3e6d106 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
qinling-dashboard@94b9a551e2 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
rally@5e2721c8ee Update git submodules 2019-02-04 18:25:57 +00:00
rally-openstack@ed524c07c1 Update git submodules 2019-02-06 20:57:30 +00:00
release-schedule-generator@ccc0b8c590 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
release-test@bfbe801058 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
releases@c2aa095082 Update git submodules 2019-02-07 13:17:28 +00:00
renderspec@dcc565f858 Update git submodules 2019-01-23 09:30:41 +00:00
reno@6fc9679844 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
requestsexceptions@69be3aba34 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
requirements@ec8805bbd1 Update git submodules 2019-02-06 22:35:16 +00:00
reviewday@1992485332 Update git submodules 2017-12-09 15:46:46 +00:00
reviewstats@548a85d2a9
rpm-packaging@c2837f480e Update git submodules 2019-02-03 09:43:36 +00:00
rpm-packaging-tools@d4dc71da24 Update git submodules 2019-02-06 08:29:41 +00:00
sahara@7f8c565ddd Update git submodules 2019-01-28 11:03:38 +00:00
sahara-dashboard@07823ed09a Update git submodules 2019-01-22 09:53:37 +00:00
sahara-extra@dd99413cd3
sahara-image-elements@48491edb72 Update git submodules 2019-02-07 14:25:08 +00:00
sahara-specs@eafb655c21 Update git submodules 2018-05-03 16:01:09 +00:00
sahara-tests@1518565156 Update git submodules 2019-01-31 07:31:55 +00:00
searchlight@6dabd5cd9e Update git submodules 2019-01-28 11:51:14 +00:00
searchlight-specs@b429ca01c4 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
searchlight-ui@0270260120 Update git submodules 2019-01-14 10:37:28 +00:00
senlin@8bc176742c Update git submodules 2019-02-01 10:19:13 +00:00
senlin-dashboard@a53b79b49c Update git submodules 2019-02-05 23:59:31 +00:00
senlin-tempest-plugin@fc3b473eaa Update git submodules 2019-01-24 21:18:44 +00:00
shade@e54e3b0cca Update git submodules 2019-01-14 11:13:47 +00:00
solum@f115d41eca Update git submodules 2019-01-17 06:47:45 +00:00
solum-dashboard@77c4c65f09 Update git submodules 2019-01-05 04:28:51 +00:00
solum-specs@f465db4250 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
solum-tempest-plugin@59171c1944 Update git submodules 2019-01-12 07:48:52 +00:00
specs-cookiecutter@296d6bc761 Update git submodules 2019-01-10 17:51:20 +00:00
sphinx-feature-classification@8d6ee5e347 Update git submodules 2019-01-11 17:05:19 +00:00
stackviz@e8199c3145 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
statusbot@7b3a04a575 Update git submodules 2018-02-20 23:54:48 +00:00
stevedore@40064ea0e7 Update git submodules 2018-03-27 14:10:40 +00:00
storlets@6105e064f6 Update git submodules 2019-01-17 05:08:38 +00:00
storyboard@21fa81267c Update git submodules 2019-01-24 11:03:05 +00:00
storyboard-webclient@884ca37c39 Update git submodules 2019-01-21 13:05:02 +00:00
subunit2sql@c807e204fc Update git submodules 2019-01-09 16:59:27 +00:00
sushy@69f5e98504 Update git submodules 2019-02-06 01:16:21 +00:00
sushy-tools@68eb9e6a72 Update git submodules 2019-01-28 11:27:23 +00:00
swift@4cb9469186 Update git submodules 2019-02-06 22:35:17 +00:00
swift-bench@b69aab178b Update git submodules 2019-01-04 00:38:43 +00:00
swift-specs@e53112c271
system-config@7610682b6f Update git submodules 2019-02-07 01:22:53 +00:00
tacker@8a761105a0 Update git submodules 2019-02-07 05:35:28 +00:00
tacker-horizon@3c4238fbf6 Update git submodules 2019-02-06 11:19:57 +00:00
tacker-specs@df71ff58c5 Update git submodules 2019-02-07 02:05:14 +00:00
taskflow@8c1fccf72e Update git submodules 2018-03-29 06:37:58 +00:00
telemetry-specs@05a16fd787 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
telemetry-tempest-plugin@b9fce9a5e1 Update git submodules 2019-02-06 14:40:39 +00:00
tempest@48ee0fec72 Update git submodules 2019-02-06 05:51:45 +00:00
tempest-horizon@e2ac2e03e4 Update git submodules 2019-01-12 13:49:02 +00:00
tempest-lib@000c2b49ee
tempest-plugin-cookiecutter@9ac1e0705c Update git submodules based on new script 2019-01-04 14:13:17 +00:00
tempest-stress@d598a7b9f1 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
tempest-tripleo-ui@fa61731a3d Update git submodules based on new script 2019-01-04 14:13:17 +00:00
tenks@529824e01d Update git submodules 2019-02-01 13:18:37 +00:00
tooz@17b9e9d42c Update git submodules 2019-02-04 10:36:35 +00:00
tosca-parser@8cd4546f22 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
training-guides@9767e2d68a Update git submodules 2019-01-27 07:36:41 +00:00
training-labs@c58dd43f0b Update git submodules 2019-01-23 13:49:41 +00:00
tricircle@d6817cc359 Update git submodules 2019-01-15 10:00:13 +00:00
tripleo-ansible@1e00f63e32 Update git submodules 2019-01-23 17:14:18 +00:00
tripleo-ci@a269ff0181 Update git submodules 2019-02-06 18:37:52 +00:00
tripleo-common@cbd0935cf8 Update git submodules 2019-02-07 04:52:58 +00:00
tripleo-common-tempest-plugin@38bf60ce20 Update git submodules 2019-02-02 02:47:57 +00:00
tripleo-docs@311a01795c Update git submodules 2019-02-06 16:25:43 +00:00
tripleo-ha-utils@ebb6db142c Update git submodules based on new script 2019-01-04 14:13:17 +00:00
tripleo-heat-templates@bd7c47b0c0 Update git submodules 2019-02-07 13:57:03 +00:00
tripleo-image-elements@6027675373 Update git submodules 2019-01-18 00:43:21 +00:00
tripleo-ipsec@8b37e93e53 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
tripleo-puppet-elements@53f4899ce4 Update git submodules 2019-01-28 17:11:21 +00:00
tripleo-quickstart@d1dc64cdf2 Update git submodules 2019-02-07 03:10:29 +00:00
tripleo-quickstart-extras@b34a511276 Update git submodules 2019-02-06 17:45:08 +00:00
tripleo-repos@6470f0c54a Update git submodules 2019-01-14 22:27:50 +00:00
tripleo-specs@fe529617ad Update git submodules 2019-01-21 22:34:20 +00:00
tripleo-ui@bf0deec0ea Update git submodules 2019-01-24 16:25:59 +00:00
tripleo-upgrade@3a1c1d6d07 Update git submodules 2019-01-25 02:41:48 +00:00
tripleo-validations@fe57d705b2 Update git submodules 2019-02-01 12:03:24 +00:00
trove@e14cecdd90 Update git submodules 2019-01-25 09:02:59 +00:00
trove-dashboard@3d091ed522 Update git submodules 2019-01-28 18:57:08 +00:00
trove-specs@9e93a231e3 Update git submodules 2018-04-25 02:51:14 +00:00
trove-tempest-plugin@45b175df17 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ui-cookiecutter@af2835fd4f Update git submodules based on new script 2019-01-04 14:13:17 +00:00
virtualbmc@4356496a47 Update git submodules 2019-01-16 02:59:45 +00:00
vitrage@f87cdcd111 Update git submodules 2019-01-31 17:07:40 +00:00
vitrage-dashboard@8a49051a78 Update git submodules 2019-02-03 15:00:02 +00:00
vitrage-specs@b19212aec4 Update git submodules 2019-01-28 12:37:44 +00:00
vitrage-tempest-plugin@31667cc78a Update git submodules 2019-01-31 14:24:38 +00:00
watcher@0e46dec6c6 Update git submodules 2019-01-28 06:12:55 +00:00
watcher-dashboard@50437a47e4 Update git submodules 2019-01-25 01:31:58 +00:00
watcher-specs@f3b4429951 Update git submodules 2019-01-25 08:41:11 +00:00
watcher-tempest-plugin@f0cd7aa165 Update git submodules 2019-01-29 08:27:58 +00:00
whereto@60d39c4959 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-angular@74c316c6f7 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-angular-bootstrap@a6fd6665a6 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-angular-gettext@e1d443c41e Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-angular-lrdragndrop@22500e1025 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-angular-material@77a1575aab Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-angular-notify@83d3b65b76 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-angular-smart-table@6d35558306 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-angular-ui-router@789da35708 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-angular-uuid@20ec6e6360 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-angular-vis@da9ba723e8 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-bootstrap-datepicker@8f814583be Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-bootstrap-scss@9df24e86f2 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-bootswatch@79fa5eb9aa Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-d3@f66bbbf9bf Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-filesaver@02800208ef Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-font-awesome@b8a162a5fc Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-hogan@fab8856e15 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-jasmine@f26a3a348a Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-jquery-migrate@51d97fc61b Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-jquery.quicksearch@1fdd883862 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-jquery.tablesorter@e9b866243e Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-js-yaml@7f98871637 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-jsencrypt@00696018e4 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-json2yaml@f1e1b9f062 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-magic-search@265fec1922 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-mdi@64dca40a7c Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-rickshaw@e8d9237eb9 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-roboto-fontface@0b87d4184d Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-spin@385e5dcb06 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-vis@bfb51c0009 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
yaml2ical@2bc859072f
yaql@f975ec2d59 Update git submodules 2019-01-12 07:49:58 +00:00
zaqar@2438c565d2 Update git submodules 2019-01-08 11:23:53 +00:00
zaqar-specs@210374edfe Update git submodules 2018-04-23 05:45:45 +00:00
zaqar-tempest-plugin@8662c91038 Update git submodules 2019-01-10 06:54:24 +00:00
zaqar-ui@9d785297c9 Update git submodules 2019-01-23 00:05:53 +00:00
zmq-event-publisher@3ef6c4a112
zun@3c8eeb5a3e Update git submodules 2019-01-31 04:21:09 +00:00
zun-tempest-plugin@24f8e847bc Update git submodules based on new script 2019-01-04 14:13:17 +00:00
zun-ui@56b1e61b78 Update git submodules 2019-01-23 00:03:41 +00:00
.gitmodules Update git submodules based on new script 2019-01-04 14:13:17 +00:00
.gitreview
LICENSE Add Apache License file 2019-01-03 19:20:10 +00:00
README.rst
generate-gitmodules.py Update generate-gitmodules script for official deliverables 2019-01-03 19:21:27 +00:00

README.rst

OpenStack Tracking Repo

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.