- Product owner
- Designer
- Tester(s)
- Developers (1-3 pairs)
[Unit] | |
Description=consul server | |
Requires=network-online.target | |
After=network-online.target | |
[Service] | |
User=consul | |
Group=consul | |
Restart=on-failure | |
PIDFile=/run/consul/consul.pid |
JENKINS MASTER USER1 | |
+---------------------+ USER2 USER3 | |
| | DOCKER HOST 1 | |
| system config | 2375/TCP +--------------------------------------+ + + | |
| docker plugin +------------------+ | | | | |
+---------------------+ | CONTAINER 1 | FW ephemeral/TCP | | | |
| project A | | +--------------------------------+ | +--------------------+ | |
| | 80/443/TCP | | | | | | | |
| build #1 <--------------------------------+ jnlp agent |
[desilm1@fcodopapp1 /opt/jfrog/artifactory]$ tree | |
. | |
├── bin | |
│ ├── artifactory.bat | |
│ ├── artifactoryctl | |
│ ├── artifactory.default | |
│ ├── artifactoryManage.sh | |
│ ├── artifactory-service.exe | |
│ ├── artifactory.sh | |
│ ├── configure.mysql.sh |
# Add an OU to hold user accounts | |
dn: ou=users,dc=example,dc=org | |
changeType: add | |
objectClass: organizationalUnit | |
description: Organization users | |
ou: users | |
# Add an OU to hold roles | |
dn: ou=roles,dc=example,dc=org | |
changeType: add |
This will setup a single node Consul cluster. Development mode is not used in order to allow data persistence. We'll be interacting with the Consul server from within the container for simplicity.
Create Consul configuration and persistent data directories
$ mkdir p consul/config consul/data
This will setup a single node Consul cluster. Development mode is not used in order to allow data persistence. We'll be interacting with the Consul server from within the container for simplicity.
Create Consul configuration and persistent data directories
$ mkdir p consul/config consul/data
This will setup a single node Consul cluster. Development mode is not used in order to allow data persistence. We'll be interacting with the Consul server from within the container for simplicity.
Create Consul configuration and persistent data directories
$ mkdir p consul/config consul/data