Skip to content

Commit

Permalink
portland-dev: Add server
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Mar 26, 2024
1 parent 99e6500 commit a70c192
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 0 deletions.
25 changes: 25 additions & 0 deletions pillar/portland_dev.sls
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
network:
host_id: ocp26
ipv4: 20.106.239.92

ntp:
- 0.us.pool.ntp.org
- 1.us.pool.ntp.org
- 2.us.pool.ntp.org
- 3.us.pool.ntp.org

apache:
public_access: True
sites:
portland:
configuration: default
servername: portland-dev.open-contracting.org

docker:
user: deployer

postgres:
version: 16
# Docker containers don't use localhost to connect to the host's PostgreSQL service. Public access is controlled using Azure's firewall.
public_access: True
configuration: False
3 changes: 3 additions & 0 deletions pillar/top.sls
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ base:
- tinyproxy
- kingfisher_main_maintenance

'portland-dev':
- portland_dev

'prometheus':
- prometheus_server
- private.smtp
Expand Down
4 changes: 4 additions & 0 deletions salt-config/roster
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ redmine:
registry:
host: ocp13.open-contracting.org
port: 2223
portland-dev:
host: ocp26.open-contracting.org
user: ocpadmin
sudo: true

# ocp15 is bi.open-contracting.org

Expand Down
2 changes: 2 additions & 0 deletions salt/portland.sls
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include:
- docker_apps

0 comments on commit a70c192

Please sign in to comment.