summaryrefslogtreecommitdiffstats
path: root/docs/installationprocedure
AgeCommit message (Expand)AuthorFilesLines
2016-11-01Fix links in Apex install manualTomofumi Hayashi2-4/+4
2016-10-20Adding inventory.yaml values to docsDan Radez1-5/+7
2016-10-18Consolidate ODL SFC RPM into ODL RPMDan Radez1-4/+3
2016-10-03Adding developer/troubleshooting section to Installation InstructionsRicardo Noriega2-0/+145
2016-09-22Updates docs for scenarios/issuescolorado.1.0Tim Rozet2-22/+22
2016-09-20Adding section in Architecture defining HADan Radez1-0/+58
2016-09-20Merge "Document available deployment options" into stable/coloradoTim Rozet1-1/+2
2016-09-20Update all references to release-notes pathFeng Pan1-1/+1
2016-09-20Merge "Added a link to the release notes to the installation document" into s...Tim Rozet1-0/+2
2016-09-20Updating installation instructionsRicardo Noriega1-0/+6
2016-09-20Added a link to the release notes to the installation documentSofia Wallin1-0/+2
2016-09-20Document available deployment optionsMichael Chapman1-1/+2
2016-09-03Add python3-ipmi to dependencies in doc and specMichael Chapman1-1/+2
2016-08-19Renamed install instructions folder according to docs directiveSofia Wallin9-0/+679
ont-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 */ }
##############################################################################
# Copyright (c) 2017 ZTE Corporation and others.
#
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Apache License, Version 2.0
# which accompanies this distribution, and is available at
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################

{% raw %}
doctor_project: doctor
doctor_user: doctor
doctor_pass: doctor
doctor_role: _member_
doctor_domain: Default
doctor_network: doctor
doctor_subnet: doctor
doctor_cidr: "192.168.168.0/24"
doctor_auth:
  username: "{{ doctor_user }}"
  password: "{{ doctor_pass }}"
  project_name: "{{ doctor_project }}"
{% endraw %}