All Projects → ziozzang → python-on-coreos

ziozzang / python-on-coreos

Licence: MIT license
Python on CoreOS. works well with ansible.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to python-on-coreos

Coreroller
CoreRoller is a set of tools to control and monitor the rollout of your updates.
Stars: ✭ 298 (+1141.67%)
Mutual labels:  coreos
Docker Zabbix Coreos
Docker container with patched Zabbix agent for CoreOS server monitoring
Stars: ✭ 36 (+50%)
Mutual labels:  coreos
Rust Etcd
An etcd client library for Rust.
Stars: ✭ 119 (+395.83%)
Mutual labels:  coreos
Tectonic Installer
Install a Kubernetes cluster the CoreOS Tectonic Way: HA, self-hosted, RBAC, etcd Operator, and more
Stars: ✭ 599 (+2395.83%)
Mutual labels:  coreos
Terra Aws Core Kube
Terraform configuration to bootstrap a Kubernetes Cluster on top of CoreOS using AWS-EC2 instances
Stars: ✭ 10 (-58.33%)
Mutual labels:  coreos
Kovhernetes
Create Kubernetes clusters on the OVH Cloud platform
Stars: ✭ 55 (+129.17%)
Mutual labels:  coreos
rktmachine
Menu bar macOS app for running rkt in a macOS hypervisor CoreOS VM.
Stars: ✭ 31 (+29.17%)
Mutual labels:  coreos
Container Linux Update Operator
A Kubernetes operator to manage updates of Container Linux by CoreOS
Stars: ✭ 208 (+766.67%)
Mutual labels:  coreos
Coreos Nvidia
Yet another NVIDIA driver container for Container Linux (aka CoreOS)
Stars: ✭ 36 (+50%)
Mutual labels:  coreos
Terraform Aws Kubernetes
Install a Kubernetes cluster the CoreOS Tectonic Way: HA, self-hosted, RBAC, etcd Operator, and more
Stars: ✭ 118 (+391.67%)
Mutual labels:  coreos
Tack
Terraform module for creating Kubernetes cluster running on Container Linux by CoreOS in an AWS VPC
Stars: ✭ 734 (+2958.33%)
Mutual labels:  coreos
Torcx Zfs
A torcx module for ZFS on CoreOS
Stars: ✭ 16 (-33.33%)
Mutual labels:  coreos
Typhoon
Minimal and free Kubernetes distribution with Terraform
Stars: ✭ 1,397 (+5720.83%)
Mutual labels:  coreos
Kubernetes Vagrant Coreos Cluster
Kubernetes cluster (for testing purposes) made easy with Vagrant and CoreOS.
Stars: ✭ 598 (+2391.67%)
Mutual labels:  coreos
Vishwakarma
Terraform modules to create a self-hosting Kubernetes cluster on opinionated Cloud Platform.
Stars: ✭ 127 (+429.17%)
Mutual labels:  coreos
jenkins pipeline
A lean Continuous Deployment, Testing and Integration Pipeline using CoreOS/Docker/Jenkins
Stars: ✭ 44 (+83.33%)
Mutual labels:  coreos
Jenkins Os
Groovy pipeline jobs that build and test Container Linux with Jenkins
Stars: ✭ 43 (+79.17%)
Mutual labels:  coreos
corezfs
ZFS on Linux (ZoL) on CoreOS
Stars: ✭ 27 (+12.5%)
Mutual labels:  coreos
Kube Linode
🐳 Provision a Kubernetes/CoreOS cluster on Linode
Stars: ✭ 207 (+762.5%)
Mutual labels:  coreos
Mayu
Mayu helps you to provision a cluster of bare metal machines with CoreOS Container Linux
Stars: ✭ 108 (+350%)
Mutual labels:  coreos

python-on-coreos

Python on CoreOS. works well with ansible.

this script install Active Python x86_64 binary to CoreOS. this will works well with ansible, also any 3rd party software. because it hsa pip also. :)

INSTALL

just run the contents of shell-script.

wget -qO- https://raw.githubusercontent.com/ziozzang/python-on-coreos/master/install-python-on-coreos.sh | bash

RUNNING

/opt/bin/python will works well. :)

if you want to run python in anywhere, just make ~/.bashrc file which contains this.

export PATH=$PATH:/opt/bin

or just run this command

cat > ~/.bashrc << EOF
export PATH=\$PATH:/opt/bin
EOF

WITH ANSIBLE

check sample-ansible-hosts file. there would be all you need to.

ansible -m setup -i hosts core-01

this command works like charm.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].