Move pip list for Oneiric from JSON files into YAML file.

This commit is contained in:
Doug Hellmann 2012-03-15 12:12:49 -04:00
parent 12574c562c
commit 4139a0a7dd
8 changed files with 19 additions and 35 deletions

View File

@ -142,6 +142,9 @@ components:
- name: wget - name: wget
removable: false removable: false
version: 1.12* version: 1.12*
pips:
- name: mock
version: 0.8.0
glance: glance:
install: devstack.components.glance:GlanceInstaller install: devstack.components.glance:GlanceInstaller
@ -186,6 +189,9 @@ components:
- name: python-httplib2 - name: python-httplib2
version: 0.7* version: 0.7*
removable: true removable: true
pips:
- name: iso8601
version: 0.1.4
horizon: horizon:
install: devstack.components.horizon:HorizonInstaller install: devstack.components.horizon:HorizonInstaller
@ -259,6 +265,13 @@ components:
- name: python-webob - name: python-webob
removable: True removable: True
version: 1.0* version: 1.0*
pips:
- name: django-nose-selenium
version: 0.7.3
- name: pycrypto
version: 2.3
- name: python-cloudfiles
version: 1.7.9.3
keystone-client: keystone-client:
install: devstack.components.keystone_client:KeyStoneClientInstaller install: devstack.components.keystone_client:KeyStoneClientInstaller
@ -339,6 +352,9 @@ components:
- name: sqlite3 - name: sqlite3
removable: True removable: True
version: 3.7* version: 3.7*
pips:
- name: passlib
version: 1.5.3
melange: melange:
install: devstack.components.melange:MelangeInstaller install: devstack.components.melange:MelangeInstaller
@ -577,6 +593,9 @@ components:
- name: vlan - name: vlan
removable: True removable: True
version: 1.9* version: 1.9*
pips:
- name: iso8601
version: 0.1.4
quantum-client: quantum-client:
install: devstack.components.quantum_client:QuantumClientInstaller install: devstack.components.quantum_client:QuantumClientInstaller

View File

@ -1,11 +1,6 @@
# This is a extended json package definition file # This is a extended json package definition file
# We allow simple comments (lines starting with a hash symbol) # We allow simple comments (lines starting with a hash symbol)
{ {
"ubuntu-oneiric": {
"mock": {
"version": "0.8.0"
}
},
"rhel-6": { "rhel-6": {
"coverage": { "coverage": {
"version": "3.5.1" "version": "3.5.1"

View File

@ -1,11 +1,6 @@
# This is a extended json package definition file # This is a extended json package definition file
# We allow simple comments (lines starting with a hash symbol) # We allow simple comments (lines starting with a hash symbol)
{ {
"ubuntu-oneiric": {
"iso8601": {
"version": "0.1.4"
}
},
"rhel-6": { "rhel-6": {
"SQLAlchemy": { "SQLAlchemy": {
"version": "0.7.5" "version": "0.7.5"

View File

@ -1,17 +1,6 @@
# This is a extended json package definition file # This is a extended json package definition file
# We allow simple comments (lines starting with a hash symbol) # We allow simple comments (lines starting with a hash symbol)
{ {
"ubuntu-oneiric": {
"django-nose-selenium": {
"version": "0.7.3"
},
"pycrypto": {
"version": "2.3"
},
"python-cloudfiles": {
"version": "1.7.9.3"
}
},
"rhel-6": { "rhel-6": {
#the base is 2.0, need to upgrade #the base is 2.0, need to upgrade
"pycrypto": { "pycrypto": {

View File

@ -1,11 +1,6 @@
# This is a extended json package definition file # This is a extended json package definition file
# We allow simple comments (lines starting with a hash symbol) # We allow simple comments (lines starting with a hash symbol)
{ {
"ubuntu-oneiric": {
"passlib": {
"version": "1.5.3"
}
},
"rhel-6": { "rhel-6": {
"SQLAlchemy": { "SQLAlchemy": {
"version": "0.7.5" "version": "0.7.5"

View File

@ -1,8 +1,6 @@
# This is a extended json package definition file # This is a extended json package definition file
# We allow simple comments (lines starting with a hash symbol) # We allow simple comments (lines starting with a hash symbol)
{ {
"ubuntu-oneiric": {
},
"rhel-6": { "rhel-6": {
"numpy": { "numpy": {
"version": "1.5" "version": "1.5"

View File

@ -1,11 +1,6 @@
# This is a extended json package definition file # This is a extended json package definition file
# We allow simple comments (lines starting with a hash symbol) # We allow simple comments (lines starting with a hash symbol)
{ {
"ubuntu-oneiric": {
"iso8601": {
"version": "0.1.4"
}
},
"rhel-6": { "rhel-6": {
"SQLAlchemy": { "SQLAlchemy": {
"version": "0.7.5" "version": "0.7.5"

View File

@ -1,8 +1,6 @@
# This is a extended json package definition file # This is a extended json package definition file
# We allow simple comments (lines starting with a hash symbol) # We allow simple comments (lines starting with a hash symbol)
{ {
"ubuntu-oneiric": {
},
"rhel-6": { "rhel-6": {
"SQLAlchemy": { "SQLAlchemy": {
"version": "0.7.5" "version": "0.7.5"