Skip to content

Commit

Permalink
Merge pull request #829 from cloudfoundry/remove-powerdns
Browse files Browse the repository at this point in the history
Remoe PowerDNS from bosh docs
  • Loading branch information
beyhan authored Mar 28, 2024
2 parents 9f6b3fe + 535e537 commit 0978f83
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 19 deletions.
5 changes: 0 additions & 5 deletions content/bosh-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@ The Health Monitor uses status and lifecycle events received from Agents to moni

If enabled, the Resurrector plugin automatically recreates VMs identified by the Health Monitor as missing or unresponsive. It uses same Director API that CLI uses.

---
## DNS Server {: #dns }

BOSH uses PowerDNS to provide DNS resolution between the VMs in a deployment.

---
## Components used to store Director's persistent data {: #persistent }

Expand Down
1 change: 0 additions & 1 deletion content/cli-envs.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ Started deploying
Compiling package 'libpq/6aa19afb153dc276924693dc724760664ce61593'... Finished (00:00:14)
Compiling package 'mysql/e5309aed88f5cc662bc77988a31874461f7c4fb8'... Finished (00:00:06)
Compiling package 'redis/ec27a0b7849863bc160ac54ce667ecacd07fc4cb'... Finished (00:00:24)
Compiling package 'powerdns/e41baf8e236b5fed52ba3c33cf646e4b2e0d5a4e'... Finished (00:00:01)
Compiling package 'genisoimage/008d332ba1471bccf9d9aeb64c258fdd4bf76201'... Finished (00:00:16)
Compiling package 'director/a59aa6cf382b0c6df4206219f9f661b86dfc6103'... Finished (00:00:37)
Compiling package 'nats/6a31c7bb0d5ffa2a9f43c7fd7193193438e20e92'... Finished (00:00:09)
Expand Down
6 changes: 2 additions & 4 deletions content/cli-v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -995,12 +995,11 @@ See [CPI config](cpi-config.md).

#### Instances {: #instances }

- `bosh [GLOBAL-CLI-OPTIONS] instances [-i] [--dns] [--vitals] [-p] [-f]` (Alias: `is`)
- `bosh [GLOBAL-CLI-OPTIONS] instances [-i] [--vitals] [-p] [-f]` (Alias: `is`)

Lists all instances managed by the Director or in a single deployment. Show instance names, IPs, and VM and process health.

- `-i`, `--details` Show details including VM CID, persistent disk CID, etc.
- `--dns` Show DNS A records
- `--vitals` Show vitals
- `-p`, `--ps` Show processes
- `-f`, `--failing` Only show failing instances
Expand Down Expand Up @@ -1191,11 +1190,10 @@ See [CPI config](cpi-config.md).
#### Vms {: #vms }
- `bosh [GLOBAL-CLI-OPTIONS] vms [--dns] [--vitals] [--cloud-properties]`
- `bosh [GLOBAL-CLI-OPTIONS] vms [--vitals] [--cloud-properties]`
Lists all VMs managed by the Director or VMs in a single deployment. Show instance names, IPs and VM CIDs.
- `--dns` Show DNS A records
- `--vitals` Show vitals
- `--cloud-properties` Show cloud properties
Expand Down
2 changes: 0 additions & 2 deletions content/director-api-v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,6 @@ curl -v -s -k 'https://admin:admin@192.168.56.4:25555/deployments/example/instan
- **index** [Integer]: Numeric job index.
- **job_state** [String]: Aggregate state of job. Possible values: `running` and other values that represent unhealthy state.
- **ips** [Array of strings]: List of IPs.
- **dns** [Array of strings]: List of DNS records.
- **vitals** [Hash]: VM vitals.
- **processes** [Array of hashes]: List of processes running as part of the job.
- **state** [String]: State of instance
Expand Down Expand Up @@ -1000,7 +999,6 @@ curl -v -s -k 'https://admin:admin@192.168.56.4:25555/deployments/cf-warden/vms'
- **index** [Integer]: Numeric job index.
- **job_state** [String]: Aggregate state of job. Possible values: `running` and other values that represent unhealthy state.
- **ips** [Array of strings]: List of IPs.
- **dns** [Array of strings]: List of DNS records.
- **vitals** [Hash]: VM vitals.
- **processes** [Array of hashes]: List of processes running as part of the job.
- **state** [String]: State of the VM
Expand Down
2 changes: 0 additions & 2 deletions content/init-alicloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,8 @@ See [Add security group rules](https://www.alibabacloud.com/help/doc-detail/2547
--vars-store=creds.yml \
-o bosh-deployment/alicloud/cpi.yml \
-o bosh-deployment/jumpbox-user.yml \
-o bosh-deployment/misc/powerdns.yml \
-o bosh-deployment/credhub.yml \
-o bosh-deployment/uaa.yml \
-v dns_recursor_ip=8.8.8.8 \
-v director_name=bosh-1 \
-v internal_cidr=10.0.0.0/24 \
-v internal_gw=10.0.0.1 \
Expand Down
6 changes: 2 additions & 4 deletions content/sysadmin-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,24 +168,22 @@ Deletes job instances, VMs, disks, snapshots, templates associated with the depl
### Job/VM Health {: #health }

```shell
bosh instances [--ps] [--details] [--dns] [--vitals]
bosh instances [--ps] [--details] [--vitals]
```

Displays a table that provides an overview of the instances in a current deployment. You can specify the following options:

- **ps**: includes process information
- **details**: includes VM cloud ID, agent ID
- **dns**: includes the DNS A record
- **vitals**: includes load, CPU, memory, swap, system disk, ephemeral disk, and persistent disk usage

```shell
bosh vms [DEPLOYMENT_NAME] [--details] [--dns] [--vitals]
bosh vms [DEPLOYMENT_NAME] [--details] [--vitals]
```

Displays a table that provides an overview of the VMs in `DEPLOYMENT_NAME`. You can specify the following options:

- **details**: includes VM cloud ID, agent ID
- **dns**: includes the DNS A record
- **vitals**: includes load, CPU, memory, swap, system disk, ephemeral disk, and persistent disk usage

```shell
Expand Down
1 change: 0 additions & 1 deletion content/vm-monit.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ The Monit daemon 5.2.4 uptime: 1d 22h 7m
Process 'nats' running
Process 'redis' running
Process 'postgres' running
Process 'powerdns' running
Process 'blobstore_nginx' running
Process 'director' running
Process 'worker_1' running
Expand Down

0 comments on commit 0978f83

Please sign in to comment.