Skip to content

Commit 1bd5ca1

Browse files
committed
remove last bootstrap-api stuff
1 parent 7fc3e59 commit 1bd5ca1

File tree

8 files changed

+3
-82
lines changed

8 files changed

+3
-82
lines changed

README.md

+2-7
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ todo: simple visual describing:
2525
- apiserver coordinates configuration
2626
- device + gateway fetches config on a timer
2727
- [naisdevice-health-checker](https://github.com/nais/naisdevice-health-checker) informs apiserver of device health from Kolide
28-
- additionally: bootstrap-api used first time user connects/enrolls into the system
28+
- additionally: enroller used first time user connects/enrolls into the system
2929

3030
### components
3131

@@ -40,13 +40,8 @@ It calculates the appropriate configuration for the peers primarily based on two
4040

4141
If both is true, the device-agent and gateway-agent is informed with the necessary information in order for them to communicate.
4242

43-
The apiserver also:
44-
- exposes an endpoint for other trusted processes to inform about the health status of the devices. Currently this is the [naisdevice-health-checker](https://github.com/nais/naisdevice-health-checker) components
45-
- continuously checks the [bootstrap-api](#bootstrap-api) for any pending enrollments requests and adds new devices.
46-
4743
### device-agent
4844
### gateway-agent
49-
### bootstrap-api
5045

5146
## [Kolide](https://www.kolide.com/)
5247

@@ -59,4 +54,4 @@ See https://doc.nais.io/device
5954

6055
## Next gen naisdevice
6156

62-
![Components](components.jpg)
57+
![Components](components.jpg)

ansible/roles/vm_bootstrap_api/meta/main.yml

-4
This file was deleted.

ansible/roles/vm_bootstrap_api/tasks/main.yml

-12
This file was deleted.

ansible/roles/vm_bootstrap_api/templates/logrotate-bootstrap-api.j2

-16
This file was deleted.

ansible/site.yml

-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
---
2-
- name: Set up bootstrap-api vm
3-
hosts: bootstrap_api
4-
roles:
5-
- vm_bootstrap_api
6-
72
- name: Set up prometheus vm
83
hosts: prometheus
94
roles:

operational/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Komme seg inn på servere
22

3-
## SSH til GCP noder (gateways, apiserver, prometheus, bootstrap-api...)
3+
## SSH til GCP noder (gateways, apiserver, prometheus...)
44

55
`gcloud --project <project_id> compute ssh --tunnel-through-iap <hostname>`
66

packaging/controlplane/bootstrap-api/bootstrap-api.service

-14
This file was deleted.

packaging/controlplane/bootstrap-api/build-deb

-23
This file was deleted.

0 commit comments

Comments
 (0)