Giter VIP home page Giter VIP logo

automation-framework's Introduction

automation-framework

Automation Framework

This is not meant to be in production, this is a development environment

Assumptions if you are using Docker with or without Swarm Mode

  1. You know the basics of Docker.
  2. You know the basics of Docker Compose.
  3. You know the basics of Docker Swarm.

Assumptions if you are using Kubernetes single node or cluster

  1. You are using microk8s.
  2. You have enabled add-ons dns, metallb, storage, and registry in microk8s.
  3. You know the basics of Kubernetes/k8s.
  4. You know the basics of Kubernetes YAML.

General Information

  • The base Makefile is meant to be used with Docker Swarm

  • The Makefile located in docker/compose is used for individual architecture pieces

  • Compose does not have memory limits

Possible Special Need for ELK

  • You may need to run this command on the host system
sysctl -w vm.max_map_count=262144

Nautobot required after creating container

  • You need to create a super user use the following command, and follow prompts.
docker exec -it <container-name> nautobot-server createsuperuser

Graphana iformation

  • Default username admin default password admin

  • It will ask you to change the password on first login

Docker registry information

  • This is a insecure registry the following must be done to use it
  1. create daemon.json in /etc/docker and add the following
{
  "insecure-registries" : ["<ip or domain name>:5000"]
}
  1. restart docker daemon
sudo systemctl restart docker
  1. In order to use the registry in compose you must log in using the credentials' admin/admin
docker login <ip or domain name>:5000 -u admin -p admin
  1. You can verify you are logged in by looking in ~/.docker/config.json you should see something like this
{
	"auths": {
		"<ip or domain name>:5000": {
			"auth": "secret-key"
		}
	}
}
  1. To check images you add in it. In your browser.

# To see your repositories
http://<ip or domain name>:5000/v2/_catalog

# To see the tags in your repositories
http://<ip or domain name>:5000/v2/<repo-name>/tags/list

Information URLs

What is Available in Swarm

ARCHITECTURE USED FOR
Kafka As a message bus
ELK Elastic Search Logging search, various other stuff
Hashicorp Vault Secrets Storage
Nautobot "Source of truth"
A Genie Parser Something to parse show commands

Automation Framework Swarm

What is Available in Compose

ARCHITECTURE USED FOR
Kafka As a message bus
ELK Elastic Search Logging search, various other stuff
Hashicorp Vault Secrets Storage
Nautobot "Source of truth"
A Genie Parser Something to parse show commands
MongoDB Document dB
Batfish Modeling
Influxdb Series dB
Grafana Pretty Graphs
Docker Registry To hold docker images
Docker Registry Browser To Browse the Registry
JetBrains TeamCity CI/CD

Automation Framework Compose

What is Available in Kubernetes

ARCHITECTURE USED FOR
Kafka As a message bus
ELK Elastic Search Logging search, various other stuff
Hashicorp Vault Secrets Storage
MongoDB Document dB
Batfish Modeling
Influxdb Series dB
Grafana Pretty Graphs
JetBrains TeamCity CI/CD

Automation Framework Compose

automation-framework's People

Contributors

btr1975 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.