Skip to content

Commit

Permalink
[Migration] Remove content from Juniper
Browse files Browse the repository at this point in the history
Automated change

Depends-On: I30ef97ca4a019167d786fbc4047352fa0731c49f
Depends-On: I05591392b3c0af32430be3d67c4282d3207b976b
Depends-On: I7c2ea115f4493f6015cb2d2669064ec5eacc4f4d
Change-Id: I3ce536b91291645a1d0d031b583e80eb857bd318
  • Loading branch information
Andrey-mp committed Jan 15, 2020
1 parent 31cf132 commit e6cd060
Show file tree
Hide file tree
Showing 1,076 changed files with 1 addition and 280,266 deletions.
5 changes: 0 additions & 5 deletions .eslintignore

This file was deleted.

107 changes: 0 additions & 107 deletions .eslintrc.json

This file was deleted.

13 changes: 0 additions & 13 deletions .gitignore

This file was deleted.

16 changes: 0 additions & 16 deletions .gitreview

This file was deleted.

8 changes: 0 additions & 8 deletions .pre-commit

This file was deleted.

45 changes: 1 addition & 44 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,44 +1 @@
## contrail-web-controller
---

## Contrail Web Controller
---
This software is licensed under the Apache License, Version 2.0 (the "License"); you may not use this software except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

### Overview
---
The Contrail Web Controller repository contains front end Web UI code for the management of Contrail network virtualization solution. This repository contains code specific to Dashboard, Configuration, Monitoring, Reporting features available through Contrail Web UI.

The code to retreive data from other components of the system(such as vrouter, analytics etc) as requested by the features mentioned above is available in a separate code repository (<https://github.com/Juniper/contrail-web-core/>)

The contrail web controller component requests data to the webserver which inturn request data from various other components in the system. It further processes, consolidate the results and returns as a single response to the original request. The API request from web client to webserver and web server to other components are REST based.

### Directory structure
---
**webroot** - Root directory for the files used in Dashboard, Configuration, Monitoring, Reporting features available through Contrail Web UI. The webroot directory internally has the following directories.

**config** &nbsp;&nbsp;&nbsp;&nbsp;- Directory contains javascript files, view files used in `Configure` tab of Contrail Web UI. This directory also contains code used for unit testing the configuration features.

**monitor** &nbsp;&nbsp;- Directory contains javascript files, view files used in `Monitor` tab of Contrail Web UI. This directory also contains code used for unit testing the monitoring features.

**reports** &nbsp;&nbsp;&nbsp;- Directory contains javascript files, view files used in `Query` tab of Contrail Web UI. This directory also contains code used for unit testing the reporting/querying features.

**setting** &nbsp;&nbsp;&nbsp;- Directory contains javascript files, view files used in `Setting` tab of Contrail Web UI. This directory also contains code used for unit testing the Config DB features.

Note: All the directories mentioned above in turn has the following directory structure for the respective feature directories..

js - All Javascript files
views - HTML templates(view files)
test - All unit test files.

**test**&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;- This directory contains common code used for unit testing these features.


### Contributing code
---
* Sign the [CLA](https://secure.echosign.com/public/hostedForm?formid=6G36BHPX974EXY)
* Push your changes to a topic branch in your fork of the repository.
* Submit a pull request to the contrail repository.

Content was moved to github.com/tungstenfabric
147 changes: 0 additions & 147 deletions specs/global_controller_webui.md

This file was deleted.

Binary file removed specs/images/LBaaS.png
Binary file not shown.
Binary file removed specs/images/LBaaS_Configure_LB.png
Binary file not shown.
Binary file removed specs/images/LBaaS_Create_Final.png
Binary file not shown.
Binary file removed specs/images/LBaaS_Create_LB.png
Binary file not shown.
Binary file removed specs/images/LBaaS_Create_Steps.png
Binary file not shown.
Binary file removed specs/images/LBaaS_Monitor_DB.png
Binary file not shown.
Binary file removed specs/images/LBaaS_Monitor_LB.png
Binary file not shown.
Binary file removed specs/images/LBaaS_Monitor_Native.png
Binary file not shown.
Binary file removed specs/images/LBaaS_Monitor_Proxy.png
Binary file not shown.
Binary file removed specs/images/LBaaS_workflow.png
Binary file not shown.
Binary file removed specs/images/udd_create_new_tab_1.png
Binary file not shown.
Binary file removed specs/images/udd_create_new_tab_2.png
Binary file not shown.
Binary file removed specs/images/udd_create_new_widget_1.png
Binary file not shown.
Binary file removed specs/images/udd_create_new_widget_2.png
Binary file not shown.
Binary file removed specs/images/udd_create_new_widget_3.png
Binary file not shown.
Binary file removed specs/images/udd_update_widget_1.png
Binary file not shown.
Binary file removed specs/images/udd_widget_operations_1.png
Binary file not shown.

0 comments on commit e6cd060

Please sign in to comment.