201f4b1540
sysinv needs: * stx-integ: platform-utils * stx-update: sw-patch, tsconfig * stx-fault: fm-api, fm-common Depends-On: https://review.openstack.org/614804 Depends-On: https://review.openstack.org/#/c/613973/ Depends-On: https://review.openstack.org/#/c/614244/ Change-Id: I85b49a954300907d6693df9d18eb37296d6f3f0c Signed-off-by: Dean Troyer <dtroyer@gmail.com>
21 lines
395 B
Bash
21 lines
395 B
Bash
#!/bin/bash
|
|
# Devstack settings
|
|
|
|
# Defaults
|
|
# --------
|
|
|
|
STX_CONFIG_NAME=stx-config
|
|
|
|
######### Plugin Specific ##########
|
|
enable_service $STX_CONFIG_NAME sysinv sysinv-api sysinv-cond
|
|
#define_plugin sysinv
|
|
|
|
# Handle STX pre-reqs
|
|
# stx-integ
|
|
enable_service platform-util
|
|
# stx-update
|
|
enable_service sw-patch tsconfig
|
|
|
|
# Initial source of lib script
|
|
source $DEST/stx-config/devstack/lib/stx-config
|