summaryrefslogtreecommitdiffstats
path: root/docs/installation.rst
blob: bfd91916b5ddda09a1473d53b4fd8709774f8d33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
.. This work is licensed under a Creative Commons Attribution 4.0 International License.
.. http://creativecommons.org/licenses/by/4.0

============
Installation
============

Installation Guides
===================
In Beijing SDC supports two deployment method Heat based deployment and OOM based deployment.
more information is available in the OOM and in the demo projects.

For local deployment SDC offers two options:

- `Deploying SDC on a Linux VM for Development <https://wiki.onap.org/display/DW/Deploying+SDC+on+a+Linux+VM+for+Development>`_
- `Using Vagrant-Onap for local deployment of SDC project <https://wiki.onap.org/display/DW/Deploying+SDC+on+a+Linux+VM+for+Development>`_

Collection of commands used in deploying and monitoring sdc in OOM
- `SDC on OOM <https://wiki.onap.org/display/DW/SDC+on+OOM>`_


SDC troubleshooting:

- `troubleshooting guide and logging info <https://wiki.onap.org/display/DW/SDC+Troubleshooting>`_
*/ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
###
# ============LICENSE_START=======================================================
# ONAP APPS Base Package
# ================================================================================
# Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
# ================================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file 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.
# ============LICENSE_END=========================================================
###

# Environment file (.environment) for control loop applications in this
# directory, it will be automatically loaded by PDP-D, after being expanded
# by installation scripts.

sql.db.host=${{SQL_HOST}}
sql.db.username=${{SQL_USER}}
sql.db.password=${{SQL_PASSWORD}}

aai.url=${{AAI_URL}}
aai.username=${{AAI_USERNAME}}
aai.password=${{AAI_PASSWORD}}

so.url=${{SO_URL}}
so.username=${{SO_USERNAME}}
so.password=${{SO_PASSWORD}}

vfc.url=${{VFC_URL}}
vfc.username=${{VFC_USERNAME}}
vfc.password=${{VFC_PASSWORD}}

pdpx.host=${{PDP_HOST}}
pdpx.username=${{PDP_USERNAME}}
pdpx.password=${{PDP_PASSWORD}}
pdpx.environment=${{PDP_ENVIRONMENT}}
pdpx.client.username=${{PDP_CLIENT_USERNAME}}
pdpx.client.password=${{PDP_CLIENT_PASSWORD}}

guard.url=http://${{PDP_HOST}}:8081/pdp/api/getDecision
guard.jdbc.url=mariadb://${{SQL_HOST}}:3306/operationshistory10
guard.disabled=true