Retiring TripleO-UI
The TripleO-UI related tripleo-ci stuff is being removed because of the retirement of TripleO-UI. Change-Id: I1a7ca305a6885c5faeea6db874edf84cf91f6ddd
This commit is contained in:
parent
2b6218c320
commit
08dee62629
@ -35,7 +35,6 @@ DEFAULT_PROJECTS = [
|
||||
'openstack/tripleo-ansible',
|
||||
'openstack/tripleo-repos',
|
||||
'openstack/tripleo-upgrade',
|
||||
'openstack/tripleo-ui',
|
||||
'openstack/tripleo-quickstart',
|
||||
'openstack/tripleo-quickstart-extras',
|
||||
'openstack/tripleo-ha-utils',
|
||||
|
@ -1389,20 +1389,6 @@ function multinode_setup {
|
||||
log "Multinode Setup - DONE".
|
||||
}
|
||||
|
||||
function ui_sanity_check {
|
||||
if [ -f "/etc/httpd/conf.d/25-tripleo-ui.conf" ]; then
|
||||
if [ "$UNDERCLOUD_SSL" = 1 ]; then
|
||||
UI_URL=https://192.168.24.2
|
||||
else
|
||||
UI_URL=http://192.168.24.1:3000
|
||||
fi
|
||||
if ! curl $UI_URL 2>/dev/null | grep -q 'TripleO'; then
|
||||
log "ERROR: TripleO UI front page is not loading."
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
||||
function undercloud_sanity_check {
|
||||
set -x
|
||||
stackrc_check
|
||||
|
@ -28,8 +28,6 @@ projects:
|
||||
- name: puppet-tripleo
|
||||
launchpad_project: tripleo
|
||||
- name: puppet-pacemaker
|
||||
- name: tempest-tripleo-ui
|
||||
launchpad_project: tripleo
|
||||
- name: tripleo-common-tempest-plugin
|
||||
launchpad_project: tripleo
|
||||
- name: tripleo-ipsec
|
||||
@ -38,8 +36,6 @@ projects:
|
||||
launchpad_project: tripleo
|
||||
- name: tripleo-quickstart-extras
|
||||
launchpad_project: tripleo
|
||||
- name: tripleo-ui
|
||||
launchpad_project: tripleo
|
||||
- name: tripleo-upgrade
|
||||
launchpad_project: tripleo
|
||||
- name: tripleo-repos
|
||||
|
Loading…
Reference in New Issue
Block a user