Remove Titanium/Wind River references from VIM webserver

Also disabling the nfv devstack jobs. These jobs are failing
after the recent repo restructuring due to failures in the
FM devstack setup. The jobs can be re-enabled in the future
(after the issues are fixed), if there is some value in
doing so.

Change-Id: Ib443edc76ca636c83331945de74d875ffb3592ac
Story: 2004515
Task: 36579
Signed-off-by: Bart Wensley <barton.wensley@windriver.com>
This commit is contained in:
Bart Wensley 2019-09-11 06:46:49 -05:00
parent adc39ebdbf
commit b639c393ac
10 changed files with 7 additions and 13 deletions

View File

@ -6,7 +6,6 @@
- stx-release-notes-jobs
check:
jobs:
- flock-devstack-nfv
- openstack-tox-linters
- nfv-tox-pep8
- nfv-tox-py27
@ -16,7 +15,6 @@
- nova-api-proxy-tox-pylint
gate:
jobs:
- flock-devstack-nfv
- openstack-tox-linters
- nfv-tox-pep8
- nfv-tox-py27

View File

@ -1 +1 @@
TIS_PATCH_VER=75
TIS_PATCH_VER=76

View File

@ -15,7 +15,7 @@ BuildRequires: python2-pip
BuildRequires: python2-wheel
%description
Titanium Cloud Config Info
StarlingX Network Function Virtualization
%define local_bindir /usr/bin/
%define pythonroot /usr/lib64/python2.7/site-packages

View File

@ -52,8 +52,7 @@ class HTTPRequestHandler(BaseHTTPServer.BaseHTTPRequestHandler):
self.send_header('Content-Type', 'text/html')
self.end_headers()
self.wfile.write(f.read())
elif self.path == '/windriver-favicon.ico':
elif self.path == '/StarlingX_Icon_RGB_Stacked_2color.png':
with open(_webserver_src_dir + '/images' + self.path, 'r') as f:
self.send_response(httplib.OK)
self.send_header('Content-Type', 'image/x-icon')

View File

@ -42,7 +42,6 @@
.sidebar .branding .brand a {
float: none;
background: url('/images/windriver-red-med.png') top center no-repeat;
text-indent: inherit;
text-align: center;
text-decoration: none;

View File

@ -13,8 +13,8 @@ SPDX-License-Identifier: Apache-2.0
<link media="all" href="/css/dashboard.css" type="text/css" rel="stylesheet"/>
<link media="all" href="/css/dashboard-topbar.css" type="text/css" rel="stylesheet"/>
<link media="all" href="/css/dashboard-sidebar.css" type="text/css" rel="stylesheet"/>
<title>VIM - Titanium Cloud</title>
<link rel="shortcut icon" href="/images/windriver-favicon.ico"/>
<title>VIM - StarlingX</title>
<link rel="shortcut icon" href="/images/StarlingX_Icon_RGB_Stacked_2color.png"/>
<script src="/javascript/d3.js" charset="UTF-8" type="text/javascript"></script>
<script src="/javascript/jquery-v2.1.3.js" charset="UTF-8" type="text/javascript"></script>
<script src="/javascript/jquery-cookie-v1.4.1.js" charset="UTF-8" type="text/javascript"></script>
@ -40,7 +40,7 @@ SPDX-License-Identifier: Apache-2.0
</div>
<div>
<div class='page-header-menu '>
<a href="http://www.windriver.com/support">Help</a>
<a href="http://docs.starlingx.io">Help</a>
</div>
<h2 class="datetime"></h2>
</div>
@ -59,7 +59,7 @@ SPDX-License-Identifier: Apache-2.0
<div class='sidebar'>
<div class="branding">
<h1 class="brand clearfix"><a href="http://www.windriver.com/">Titanium Cloud</a></h1>
<h1 class="brand clearfix"><a href="http://www.starlingx.io/">StarlingX</a></h1>
<br>
<h2 class="system" id="system-name">&nbsp;</h2>
</div>
@ -139,8 +139,6 @@ SPDX-License-Identifier: Apache-2.0
<div id='main_content'>
<div class='row-fluid'>
<div id='page-content'>
<div style="height: 500px; background-size: cover; background-image:url('images/windriver-helix.jpg'); background-repeat: no-repeat;">
</div>
</div>
</div>
</div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 208 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB