Giter Site home page Giter Site logo

aif's People

Contributors

karamco avatar rifaterdemsahin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

aif's Issues

Delete Not Used Pods

mac:InfrastruceAsCode rifaterdemsahin$ kubectl get pods
NAME READY STATUS RESTARTS AGE
ansiblecontroller 1/1 Running 0 5h

Install Ansible on the build server

$ sudo apt-get update
$ sudo apt-get install software-properties-common
$ sudo apt-add-repository ppa:ansible/ansible
$ sudo apt-get update
$ sudo apt-get install ansible

Write Ansible Tests

Make sure the infrastructure is tested.
It is the basic building blocks for the systems

Replication Deployment Template yml

mac:InfrastruceAsCode rifaterdemsahin$ more ansiblecontroller.yml

image


apiVersion: v1
kind: Pod
metadata:
name: ansiblecontroller
labels:
app: ubuntuansible
spec:
replicas: 5
containers:
- name: ansible
image: nginx
ports:
- containerPort: 80

Install Ansible over a Docker image

sudo apt-get update
sudo apt-get install software-properties-common
sudo apt-add-repository ppa:ansible/ansible
sudo apt-get update
sudo apt-get install ansible

image

Ansible Iac Trigger Build machine

Appveyor does not look like it would be able to trigger Ansible. There is no templates written for it like VSTS.

image

Try having an installation script

Decide / Install Ansible Controller on Linux build VM

2018-03-08T16:37:16.0211330Z ##[debug]sudoEnabled=false
2018-03-08T16:37:16.0234375Z ##[debug]args=null
2018-03-08T16:37:16.0255510Z ##[debug]failOnStdErr=true
2018-03-08T16:37:16.0276344Z ##[debug]task result: Failed
2018-03-08T16:37:16.0366525Z ##[error]Could not locate Ansible. Either it is not installed or its path is not present on ENVIRONMENT PATH variable
2018-03-08T16:37:16.0403603Z ##[debug]Processed: ##vso[task.issue type=error;]Could not locate Ansible. Either it is not installed or its path is not present on ENVIRONMENT PATH variable
2018-03-08T16:37:16.0451045Z ##[debug]Processed: ##vso[task.complete result=Failed;]Could not locate Ansible. Either it is not installed or its path is not present on ENVIRONMENT PATH variable
2018-03-08T16:37:16.0521073Z ##[section]Finishing: Run playbook

Business Model Canvas

Business Model Canvas is a strategic management and lean startup template for developing new or documenting existing business models.

image

Setup Minikube

Acceptance Criteria : Use it as a development environment

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.