summaryrefslogtreecommitdiffstats
path: root/docs/conf.py
AgeCommit message (Collapse)AuthorFilesLines
2017-05-02Misc ChangesShubhamRathi1-3/+4
1. Add sidebar akin to ODL 2. Remove redundant 'OPNFV' from all composite document titles 3. Edit documentation-example for the updated toolchain. Renamed this file as 'addendum.rst'. Eliminated obsolete content. 4. Listed test projects in alphabetic order Change-Id: Ica1c4aa89e3c8f8bcb960fcd4574971960dc52dc Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
2017-03-27Show master branch as 'Latest'ShubhamRathi1-2/+3
Documentation built on RTD shows the branch name of the latest (master) branch as Danube. This patch fixes the branch name to 'Latest' Change-Id: I3d52fda5992fbb3e5fb17c9784d7a98396c0ebdc Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
2017-03-16CSS Changes to layoutShubhamRathi1-1/+1
1. Logo has been scaled up 2. Font has been defaulted to 'Arial' Change-Id: I7d729009649ba59394f5a78c6909b6af21bae0ab Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
2017-03-13Add SidebarShubhamRathi1-0/+1
Change-Id: I1425eda919f49cbc82d1ab60ef91324d9afee041 Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
2017-02-27Misc changesShubhamRathi1-2/+2
1. Added onvo, snaps, barometer submodules 2. Renamed a few titles Change-Id: I8b47e68d64a9a16576abbc2891a39b6dacf164ca Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
2017-01-30Changing Documentation ThemeShubhamRathi1-1/+1
Documentation theme changed from 'united' to 'journal' Change-Id: I89242a324ea3bd827f829b07f43098d91c225eb8 Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
2017-01-26Removing RTD HackShubhamRathi1-4/+0
Eliminated rm -rf * from conf.py file & time, date of generation from index. Change-Id: I1c2c3da15a11b59659b9fbb46982bf71d7ec2ba9 Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
2017-01-20RTD Workaround to delete old filesShubhamRathi1-52/+57
Workaround to delete old files in RTD: We are callling a subprocess from conf.py file to rm -rf *.The builds on RTD are failing but documentation is being updated nonetheless, to check - we are seeing the build time and date in index. Change-Id: I278490e322e97e263d90f568fe4331bcc40ff4ad Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
2017-01-12Add conf.py, static filesShubhamRathi1-0/+278
Adding new conf.py & static files that shall be used to render docs. As part of the move to read the docs, intent is to have a single static conf.py at the root which shall manage the themeing etc. Change-Id: I71aedd1268649889e7e8c1e357fd3860f08ae390 Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
} /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .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 */ }
# Use this environment when deploying an overcloud where all the endpoints are
# DNS names and there's TLS in all endpoint types.
parameter_defaults:
  EndpointMap:
    AodhAdmin: {protocol: 'https', port: '8042', host: 'CLOUDNAME'}
    AodhInternal: {protocol: 'https', port: '8042', host: 'CLOUDNAME'}
    AodhPublic: {protocol: 'https', port: '13042', host: 'CLOUDNAME'}
    BarbicanAdmin: {protocol: 'https', port: '9311', host: 'CLOUDNAME'}
    BarbicanInternal: {protocol: 'https', port: '9311', host: 'CLOUDNAME'}
    BarbicanPublic: {protocol: 'https', port: '13311', host: 'CLOUDNAME'}
    CeilometerAdmin: {protocol: 'https', port: '8777', host: 'CLOUDNAME'}
    CeilometerInternal: {protocol: 'https', port: '8777', host: 'CLOUDNAME'}
    CeilometerPublic: {protocol: 'https', port: '13777', host: 'CLOUDNAME'}
    CephRgwAdmin: {protocol: 'https', port: '8080', host: 'CLOUDNAME'}
    CephRgwInternal: {protocol: 'https', port: '8080', host: 'CLOUDNAME'}
    CephRgwPublic: {protocol: 'https', port: '13808', host: 'CLOUDNAME'}
    CinderAdmin: {protocol: 'https', port: '8776', host: 'CLOUDNAME'}
    CinderInternal: {protocol: 'https', port: '8776', host: 'CLOUDNAME'}
    CinderPublic: {protocol: 'https', port: '13776', host: 'CLOUDNAME'}
    Ec2ApiAdmin: {protocol: 'https', port: '8788', host: 'CLOUDNAME'}
    Ec2ApiInternal: {protocol: 'https', port: '8788', host: 'CLOUDNAME'}
    Ec2ApiPublic: {protocol: 'https', port: '13788', host: 'CLOUDNAME'}
    GlanceAdmin: {protocol: 'https', port: '9292', host: 'CLOUDNAME'}
    GlanceInternal: {protocol: 'https', port: '9292', host: 'CLOUDNAME'}
    GlancePublic: {protocol: 'https', port: '13292', host: 'CLOUDNAME'}
    GnocchiAdmin: {protocol: 'https', port: '8041', host: 'CLOUDNAME'}
    GnocchiInternal: {protocol: 'https', port: '8041', host: 'CLOUDNAME'}
    GnocchiPublic: {protocol: 'https', port: '13041', host: 'CLOUDNAME'}
    HeatAdmin: {protocol: 'https', port: '8004', host: 'CLOUDNAME'}
    HeatInternal: {protocol: 'https', port: '8004', host: 'CLOUDNAME'}
    HeatPublic: {protocol: 'https', port: '13004', host: 'CLOUDNAME'}
    HeatCfnAdmin: {protocol: 'https', port: '8000', host: 'CLOUDNAME'}
    HeatCfnInternal: {protocol: 'https', port: '8000', host: 'CLOUDNAME'}
    HeatCfnPublic: {protocol: 'https', port: '13005', host: 'CLOUDNAME'}
    HorizonPublic: {protocol: 'https', port: '443', host: 'CLOUDNAME'}
    IronicAdmin: {protocol: 'https', port: '6385', host: 'CLOUDNAME'}
    IronicInternal: {protocol: 'https', port: '6385', host: 'CLOUDNAME'}
    IronicPublic: {protocol: 'https', port: '13385', host: 'CLOUDNAME'}
    KeystoneAdmin: {protocol: 'https', port: '35357', host: 'CLOUDNAME'}
    KeystoneInternal: {protocol: 'https', port: '5000', host: 'CLOUDNAME'}
    KeystonePublic: {protocol: 'https', port: '13000', host: 'CLOUDNAME'}
    ManilaAdmin: {protocol: 'https', port: '8786', host: 'CLOUDNAME'}
    ManilaInternal: {protocol: 'https', port: '8786', host: 'CLOUDNAME'}
    ManilaPublic: {protocol: 'https', port: '13786', host: 'CLOUDNAME'}
    MistralAdmin: {protocol: 'https', port: '8989', host: 'CLOUDNAME'}
    MistralInternal: {protocol: 'https', port: '8989', host: 'CLOUDNAME'}
    MistralPublic: {protocol: 'https', port: '13989', host: 'CLOUDNAME'}
    MysqlInternal: {protocol: 'mysql+pymysql', port: '3306', host: 'CLOUDNAME'}
    NeutronAdmin: {protocol: 'https', port: '9696', host: 'CLOUDNAME'}
    NeutronInternal: {protocol: 'https', port: '9696', host: 'CLOUDNAME'}
    NeutronPublic: {protocol: 'https', port: '13696', host: 'CLOUDNAME'}
    NovaAdmin: {protocol: 'https', port: '8774', host: 'CLOUDNAME'}
    NovaInternal: {protocol: 'https', port: '8774', host: 'CLOUDNAME'}
    NovaPublic: {protocol: 'https', port: '13774', host: 'CLOUDNAME'}
    NovaPlacementAdmin: {protocol: 'https', port: '8778', host: 'CLOUDNAME'}
    NovaPlacementInternal: {protocol: 'https', port: '8778', host: 'CLOUDNAME'}
    NovaPlacementPublic: {protocol: 'https', port: '13778', host: 'CLOUDNAME'}
    NovaVNCProxyAdmin: {protocol: 'https', port: '6080', host: 'CLOUDNAME'}
    NovaVNCProxyInternal: {protocol: 'https', port: '6080', host: 'CLOUDNAME'}
    NovaVNCProxyPublic: {protocol: 'https', port: '13080', host: 'CLOUDNAME'}
    OctaviaAdmin: {protocol: 'https', port: '9876', host: 'IP_ADDRESS'}
    OctaviaInternal: {protocol: 'https', port: '9876', host: 'IP_ADDRESS'}
    OctaviaPublic: {protocol: 'https', port: '13876', host: 'CLOUDNAME'}
    PankoAdmin: {protocol: 'https', port: '8779', host: 'CLOUDNAME'}
    PankoInternal: {protocol: 'https', port: '8779', host: 'CLOUDNAME'}
    PankoPublic: {protocol: 'https', port: '13779', host: 'CLOUDNAME'}
    SaharaAdmin: {protocol: 'https', port: '8386', host: 'CLOUDNAME'}
    SaharaInternal: {protocol: 'https', port: '8386', host: 'CLOUDNAME'}
    SaharaPublic: {protocol: 'https', port: '13386', host: 'CLOUDNAME'}
    SwiftAdmin: {protocol: 'https', port: '8080', host: 'CLOUDNAME'}
    SwiftInternal: {protocol: 'https', port: '8080', host: 'CLOUDNAME'}
    SwiftPublic: {protocol: 'https', port: '13808', host: 'CLOUDNAME'}
    ZaqarAdmin: {protocol: 'https', port: '8888', host: 'CLOUDNAME'}
    ZaqarInternal: {protocol: 'https', port: '8888', host: 'CLOUDNAME'}
    ZaqarPublic: {protocol: 'https', port: '13888', host: 'CLOUDNAME'}
    ZaqarWebSocketAdmin: {protocol: 'wss', port: '9000', host: 'CLOUDNAME'}
    ZaqarWebSocketInternal: {protocol: 'wss', port: '9000', host: 'CLOUDNAME'}
    ZaqarWebSocketPublic: {protocol: 'wss', port: '9000', host: 'CLOUDNAME'}