Ocata -> Rocky. (#4)

Switch to using rocky.
This commit is contained in:
Pete Vander Giessen 2018-10-03 16:01:39 -04:00 committed by GitHub
parent 1e5edaa121
commit e026efedc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 18 deletions

View File

@ -189,8 +189,8 @@ parts:
keystone: keystone:
plugin: python plugin: python
python-version: python2 python-version: python2
constraints: https://raw.githubusercontent.com/openstack/requirements/stable/ocata/upper-constraints.txt constraints: https://raw.githubusercontent.com/openstack/requirements/stable/rocky/upper-constraints.txt
source: http://tarballs.openstack.org/keystone/keystone-stable-ocata.tar.gz source: http://tarballs.openstack.org/keystone/keystone-stable-rocky.tar.gz
python-packages: python-packages:
- mysql-python - mysql-python
- oslo.cache[dogpile] - oslo.cache[dogpile]
@ -198,12 +198,6 @@ parts:
- pysqlite - pysqlite
- uwsgi - uwsgi
- git+https://github.com/openstack/snap.openstack#egg=snap.openstack - git+https://github.com/openstack/snap.openstack#egg=snap.openstack
install: |
touch $SNAPCRAFT_PART_INSTALL/lib/python2.7/site-packages/paste/__init__.py
touch $SNAPCRAFT_PART_INSTALL/lib/python2.7/site-packages/repoze/__init__.py
export SNAP_ROOT="../../.."
export SNAP_SITE_PACKAGES="$SNAPCRAFT_PART_INSTALL/lib/python2.7/site-packages"
patch -d $SNAP_SITE_PACKAGES -p1 < $SNAP_ROOT/patches/oslo-config-dirs.patch
build-packages: build-packages:
- gcc - gcc
- libffi-dev - libffi-dev
@ -214,7 +208,7 @@ parts:
keystone-config: keystone-config:
after: [keystone] after: [keystone]
plugin: dump plugin: dump
source: http://tarballs.openstack.org/keystone/keystone-stable-ocata.tar.gz source: http://tarballs.openstack.org/keystone/keystone-stable-rocky.tar.gz
organize: organize:
etc/*.conf: etc/keystone/ etc/*.conf: etc/keystone/
etc/*.ini: etc/keystone/ etc/*.ini: etc/keystone/
@ -234,13 +228,13 @@ parts:
after: [keystone] # We abitrarily rely on keystone to be the one to patch things after: [keystone] # We abitrarily rely on keystone to be the one to patch things
plugin: python plugin: python
python-version: python2 python-version: python2
source: http://tarballs.openstack.org/nova/nova-stable-ocata.tar.gz source: http://tarballs.openstack.org/nova/nova-stable-rocky.tar.gz
python-packages: python-packages:
- pymysql - pymysql
- uwsgi - uwsgi
- python-memcached - python-memcached
- git+https://github.com/openstack/snap.openstack#egg=snap.openstack - git+https://github.com/openstack/snap.openstack#egg=snap.openstack
constraints: https://raw.githubusercontent.com/openstack/requirements/stable/ocata/upper-constraints.txt constraints: https://raw.githubusercontent.com/openstack/requirements/stable/rocky/upper-constraints.txt
build-packages: build-packages:
- gcc - gcc
- libffi-dev - libffi-dev
@ -251,7 +245,7 @@ parts:
nova-config: nova-config:
after: [nova] after: [nova]
plugin: dump plugin: dump
source: http://tarballs.openstack.org/nova/nova-stable-ocata.tar.gz source: http://tarballs.openstack.org/nova/nova-stable-rocky.tar.gz
filesets: filesets:
etc: etc:
- etc/nova/*.conf - etc/nova/*.conf
@ -265,12 +259,12 @@ parts:
after: [keystone] # We arbitrarily rely on keystone to patch some things after: [keystone] # We arbitrarily rely on keystone to patch some things
plugin: python plugin: python
python-version: python2 python-version: python2
source: http://tarballs.openstack.org/neutron/neutron-stable-ocata.tar.gz source: http://tarballs.openstack.org/neutron/neutron-stable-rocky.tar.gz
python-packages: python-packages:
- pymysql - pymysql
- python-memcached - python-memcached
- git+https://github.com/openstack/snap.openstack#egg=snap.openstack - git+https://github.com/openstack/snap.openstack#egg=snap.openstack
constraints: https://raw.githubusercontent.com/openstack/requirements/stable/ocata/upper-constraints.txt constraints: https://raw.githubusercontent.com/openstack/requirements/stable/rocky/upper-constraints.txt
build-packages: build-packages:
- gcc - gcc
- libffi-dev - libffi-dev
@ -279,7 +273,7 @@ parts:
neutron-config: neutron-config:
after: [neutron] after: [neutron]
plugin: dump plugin: dump
source: http://tarballs.openstack.org/neutron/neutron-stable-ocata.tar.gz source: http://tarballs.openstack.org/neutron/neutron-stable-rocky.tar.gz
organize: organize:
etc/*.conf: etc/neutron/ etc/*.conf: etc/neutron/
etc/*.ini: etc/neutron/ etc/*.ini: etc/neutron/
@ -296,7 +290,7 @@ parts:
after: [keystone] # We arbitrarily rely on keystone to patch some things after: [keystone] # We arbitrarily rely on keystone to patch some things
plugin: python plugin: python
python-version: python2 python-version: python2
source: http://tarballs.openstack.org/glance/glance-stable-ocata.tar.gz source: http://tarballs.openstack.org/glance/glance-stable-rocky.tar.gz
python-packages: python-packages:
- httplib2 - httplib2
- os-brick - os-brick
@ -307,7 +301,7 @@ parts:
- python-memcached - python-memcached
- python-swiftclient - python-swiftclient
- git+https://github.com/openstack/snap.openstack#egg=snap.openstack - git+https://github.com/openstack/snap.openstack#egg=snap.openstack
constraints: https://raw.githubusercontent.com/openstack/requirements/stable/ocata/upper-constraints.txt constraints: https://raw.githubusercontent.com/openstack/requirements/stable/rocky/upper-constraints.txt
build-packages: build-packages:
- gcc - gcc
- libffi-dev - libffi-dev
@ -317,7 +311,7 @@ parts:
glance-config: glance-config:
after: [glance] after: [glance]
plugin: dump plugin: dump
source: http://tarballs.openstack.org/glance/glance-stable-ocata.tar.gz source: http://tarballs.openstack.org/glance/glance-stable-rocky.tar.gz
organize: organize:
etc/*.conf: etc/glance/ etc/*.conf: etc/glance/
etc/*.ini: etc/glance/ etc/*.ini: etc/glance/