diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
7 files changed, 8 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb b/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb index e556f32..41fae5e 100644 --- a/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb +++ b/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb | |||
| @@ -176,6 +176,7 @@ RDEPENDS_${SRCNAME}-controller = "${PN} ${SRCNAME}-common ${SRCNAME}-alarm-notif | |||
| 176 | RDEPENDS_${SRCNAME}-api = "${SRCNAME}-controller" | 176 | RDEPENDS_${SRCNAME}-api = "${SRCNAME}-controller" |
| 177 | RDEPENDS_${SRCNAME}-collector = "${SRCNAME}-controller" | 177 | RDEPENDS_${SRCNAME}-collector = "${SRCNAME}-controller" |
| 178 | RDEPENDS_${SRCNAME}-compute = "${PN} ${SRCNAME}-common python-ceilometerclient libvirt" | 178 | RDEPENDS_${SRCNAME}-compute = "${PN} ${SRCNAME}-common python-ceilometerclient libvirt" |
| 179 | RDEPENDS_${SRCNAME}-setup = "postgresql sudo ${SRCNAME}-controller" | ||
| 179 | 180 | ||
| 180 | INITSCRIPT_PACKAGES = "${SRCNAME}-api ${SRCNAME}-collector ${SRCNAME}-compute ${SRCNAME}-controller" | 181 | INITSCRIPT_PACKAGES = "${SRCNAME}-api ${SRCNAME}-collector ${SRCNAME}-compute ${SRCNAME}-controller" |
| 181 | INITSCRIPT_PACKAGES += "${SRCNAME}-alarm-notifier ${SRCNAME}-alarm-evaluator" | 182 | INITSCRIPT_PACKAGES += "${SRCNAME}-alarm-notifier ${SRCNAME}-alarm-evaluator" |
diff --git a/meta-openstack/recipes-devtools/python/python-cinder_git.bb b/meta-openstack/recipes-devtools/python/python-cinder_git.bb index 95adc19..e770e98 100644 --- a/meta-openstack/recipes-devtools/python/python-cinder_git.bb +++ b/meta-openstack/recipes-devtools/python/python-cinder_git.bb | |||
| @@ -127,6 +127,7 @@ RDEPENDS_${SRCNAME} = "${PN} \ | |||
| 127 | RDEPENDS_${SRCNAME}-api = "${SRCNAME}" | 127 | RDEPENDS_${SRCNAME}-api = "${SRCNAME}" |
| 128 | RDEPENDS_${SRCNAME}-volume = "${SRCNAME}" | 128 | RDEPENDS_${SRCNAME}-volume = "${SRCNAME}" |
| 129 | RDEPENDS_${SRCNAME}-scheduler = "${SRCNAME}" | 129 | RDEPENDS_${SRCNAME}-scheduler = "${SRCNAME}" |
| 130 | RDEPENDS_${SRCNAME}-setup = "postgresql sudo ${SRCNAME}" | ||
| 130 | 131 | ||
| 131 | INITSCRIPT_PACKAGES = "${SRCNAME}-api ${SRCNAME}-volume ${SRCNAME}-scheduler" | 132 | INITSCRIPT_PACKAGES = "${SRCNAME}-api ${SRCNAME}-volume ${SRCNAME}-scheduler" |
| 132 | INITSCRIPT_NAME_${SRCNAME}-api = "cinder-api" | 133 | INITSCRIPT_NAME_${SRCNAME}-api = "cinder-api" |
diff --git a/meta-openstack/recipes-devtools/python/python-glance_git.bb b/meta-openstack/recipes-devtools/python/python-glance_git.bb index e6406b8..ca09907 100644 --- a/meta-openstack/recipes-devtools/python/python-glance_git.bb +++ b/meta-openstack/recipes-devtools/python/python-glance_git.bb | |||
| @@ -127,6 +127,7 @@ RDEPENDS_${SRCNAME} = "${PN} \ | |||
| 127 | postgresql postgresql-client python-psycopg2" | 127 | postgresql postgresql-client python-psycopg2" |
| 128 | RDEPENDS_${SRCNAME}-api = "${SRCNAME}" | 128 | RDEPENDS_${SRCNAME}-api = "${SRCNAME}" |
| 129 | RDEPENDS_${SRCNAME}-registry = "${SRCNAME}" | 129 | RDEPENDS_${SRCNAME}-registry = "${SRCNAME}" |
| 130 | RDEPENDS_${SRCNAME}-setup = "postgresql sudo ${SRCNAME}" | ||
| 130 | 131 | ||
| 131 | INITSCRIPT_PACKAGES = "${SRCNAME}-api ${SRCNAME}-registry" | 132 | INITSCRIPT_PACKAGES = "${SRCNAME}-api ${SRCNAME}-registry" |
| 132 | INITSCRIPT_NAME_${SRCNAME}-api = "glance-api" | 133 | INITSCRIPT_NAME_${SRCNAME}-api = "glance-api" |
diff --git a/meta-openstack/recipes-devtools/python/python-heat_git.bb b/meta-openstack/recipes-devtools/python/python-heat_git.bb index 8dade1f..7fa798c 100644 --- a/meta-openstack/recipes-devtools/python/python-heat_git.bb +++ b/meta-openstack/recipes-devtools/python/python-heat_git.bb | |||
| @@ -153,6 +153,7 @@ RDEPENDS_${PN} += " \ | |||
| 153 | RDEPENDS_${SRCNAME}-engine = "${PN} ${SRCNAME}-common postgresql postgresql-client python-psycopg2 tgt" | 153 | RDEPENDS_${SRCNAME}-engine = "${PN} ${SRCNAME}-common postgresql postgresql-client python-psycopg2 tgt" |
| 154 | RDEPENDS_${SRCNAME}-api = "${SRCNAME}-engine" | 154 | RDEPENDS_${SRCNAME}-api = "${SRCNAME}-engine" |
| 155 | RDEPENDS_${SRCNAME}-api-cfn = "${SRCNAME}-engine" | 155 | RDEPENDS_${SRCNAME}-api-cfn = "${SRCNAME}-engine" |
| 156 | RDEPENDS_${SRCNAME}-setup = "postgresql sudo ${SRCNAME}-engine" | ||
| 156 | 157 | ||
| 157 | INITSCRIPT_PACKAGES = "${SRCNAME}-api ${SRCNAME}-api-cfn ${SRCNAME}-engine" | 158 | INITSCRIPT_PACKAGES = "${SRCNAME}-api ${SRCNAME}-api-cfn ${SRCNAME}-engine" |
| 158 | INITSCRIPT_NAME_${SRCNAME}-api = "${SRCNAME}-api" | 159 | INITSCRIPT_NAME_${SRCNAME}-api = "${SRCNAME}-api" |
diff --git a/meta-openstack/recipes-devtools/python/python-keystone_git.bb b/meta-openstack/recipes-devtools/python/python-keystone_git.bb index 12f1e95..cde670c 100644 --- a/meta-openstack/recipes-devtools/python/python-keystone_git.bb +++ b/meta-openstack/recipes-devtools/python/python-keystone_git.bb | |||
| @@ -118,6 +118,7 @@ RDEPENDS_${PN} += " \ | |||
| 118 | # if DISTRO_FEATURE contains "tempest" then add *-tests to the main RDEPENDS | 118 | # if DISTRO_FEATURE contains "tempest" then add *-tests to the main RDEPENDS |
| 119 | 119 | ||
| 120 | RDEPENDS_${SRCNAME} = "${PN} postgresql postgresql-client python-psycopg2" | 120 | RDEPENDS_${SRCNAME} = "${PN} postgresql postgresql-client python-psycopg2" |
| 121 | RDEPENDS_${SRCNAME}-setup = "postgresql sudo ${SRCNAME}" | ||
| 121 | 122 | ||
| 122 | INITSCRIPT_PACKAGES = "${SRCNAME}" | 123 | INITSCRIPT_PACKAGES = "${SRCNAME}" |
| 123 | INITSCRIPT_NAME_${SRCNAME} = "keystone" | 124 | INITSCRIPT_NAME_${SRCNAME} = "keystone" |
diff --git a/meta-openstack/recipes-devtools/python/python-neutron_git.bb b/meta-openstack/recipes-devtools/python/python-neutron_git.bb index da19a54..6ad2289 100644 --- a/meta-openstack/recipes-devtools/python/python-neutron_git.bb +++ b/meta-openstack/recipes-devtools/python/python-neutron_git.bb | |||
| @@ -188,9 +188,11 @@ RDEPENDS_${SRCNAME} = "${PN} \ | |||
| 188 | 188 | ||
| 189 | RDEPENDS_${SRCNAME}-server = "${SRCNAME}" | 189 | RDEPENDS_${SRCNAME}-server = "${SRCNAME}" |
| 190 | RDEPENDS_${SRCNAME}-plugin-openvswitch = "${SRCNAME} ${SRCNAME}-plugin-openvswitch-setup openvswitch-switch " | 190 | RDEPENDS_${SRCNAME}-plugin-openvswitch = "${SRCNAME} ${SRCNAME}-plugin-openvswitch-setup openvswitch-switch " |
| 191 | RDEPENDS_${SRCNAME}-plugin-openvswitch-setup = "openvswitch-switch " | ||
| 191 | RDEPENDS_${SRCNAME}-plugin-linuxbridge = "${SRCNAME} bridge-utils" | 192 | RDEPENDS_${SRCNAME}-plugin-linuxbridge = "${SRCNAME} bridge-utils" |
| 192 | RDEPENDS_${SRCNAME}-dhcp-agent = "${SRCNAME} dnsmasq dhcp-server dhcp-server-config" | 193 | RDEPENDS_${SRCNAME}-dhcp-agent = "${SRCNAME} dnsmasq dhcp-server dhcp-server-config" |
| 193 | RDEPENDS_${SRCNAME}-l3-agent = "${SRCNAME} ${SRCNAME}-metadata-agent iputils" | 194 | RDEPENDS_${SRCNAME}-l3-agent = "${SRCNAME} ${SRCNAME}-metadata-agent iputils" |
| 195 | RDEPENDS_${SRCNAME}-setup = "postgresql sudo" | ||
| 194 | 196 | ||
| 195 | RRECOMMENDS_${SRCNAME}-server = "${SRCNAME}-plugin-openvswitch" | 197 | RRECOMMENDS_${SRCNAME}-server = "${SRCNAME}-plugin-openvswitch" |
| 196 | 198 | ||
diff --git a/meta-openstack/recipes-devtools/python/python-nova_git.bb b/meta-openstack/recipes-devtools/python/python-nova_git.bb index 4626851..5c438e1 100644 --- a/meta-openstack/recipes-devtools/python/python-nova_git.bb +++ b/meta-openstack/recipes-devtools/python/python-nova_git.bb | |||
| @@ -249,6 +249,7 @@ RDEPENDS_${SRCNAME}-controller = "${PN} ${SRCNAME}-common \ | |||
| 249 | 249 | ||
| 250 | RDEPENDS_${SRCNAME}-compute = "${PN} ${SRCNAME}-common \ | 250 | RDEPENDS_${SRCNAME}-compute = "${PN} ${SRCNAME}-common \ |
| 251 | qemu libvirt libvirt-libvirtd libvirt-python libvirt-virsh" | 251 | qemu libvirt libvirt-libvirtd libvirt-python libvirt-virsh" |
| 252 | RDEPENDS_${SRCNAME}-setup = "postgresql sudo ${SRCNAME}-common" | ||
| 252 | 253 | ||
| 253 | INITSCRIPT_PACKAGES = "${SRCNAME}-compute ${SRCNAME}-consoleauth ${SRCNAME}-novncproxy" | 254 | INITSCRIPT_PACKAGES = "${SRCNAME}-compute ${SRCNAME}-consoleauth ${SRCNAME}-novncproxy" |
| 254 | INITSCRIPT_PACKAGES += "${SRCNAME}-network ${SRCNAME}-scheduler ${SRCNAME}-cert ${SRCNAME}-conductor" | 255 | INITSCRIPT_PACKAGES += "${SRCNAME}-network ${SRCNAME}-scheduler ${SRCNAME}-cert ${SRCNAME}-conductor" |
