I created the ssh key Your identification has been saved in /root/.ssh/id_rsa. Your public key has been saved in /root/.ssh/id_rsa.pub. then I executed this command ansible-playbook -i /etc/ansible/hosts openshift-ansible/playbooks/roles/openshift_node/tasks/config.yml --private-key=/root/.ssh/id_rsa -v I get the error: Using /etc/ansible/ansible.cfg as config file ERROR! 'swapoff' is not a valid attribute for a Play The error appears to be in '/root/openshift-ansible/playbooks/roles/openshift_node/tasks/config.yml': line 6, column 3, but may be elsewhere in the file depending on the exact syntax problem. The offending line appears to be: # /etc/fstab and runs swapoff -a, if necessary. - name: Disable swap ^ here
Hi!! please help: Failed to connect to the host via ssh: Permission denied, in the video, you add an external file (cloud.key), i created a file .key a follow all steps. and fail.
@jose cartes The master branch follows a different playbook for installation now. You can switch to release-1.6(branch) or earlier to use the installation instructions given above.
I have 2 questions: 1 - I want to install both master & node on a single vm. so what changes I need to do. 2 - can you share the details to create the ssh key and to save them. also how to apply the keys. this video about the ssh key was not very clear.
Am , getting error for syncing pod from kubelet , Dint exactly know where could be the problem , Can you redirect me where can i check logs for this. Network Manager and jounrlactl -xe returns nothing
What version of okd did you install?
Não encontrei o config.yml no git?
thanks for the video, from where i can download this playbook ?
Great Video . Helped a lot in setting my enviroment
I created the ssh key
Your identification has been saved in /root/.ssh/id_rsa.
Your public key has been saved in /root/.ssh/id_rsa.pub.
then I executed this command
ansible-playbook -i /etc/ansible/hosts openshift-ansible/playbooks/roles/openshift_node/tasks/config.yml --private-key=/root/.ssh/id_rsa -v
I get the error:
Using /etc/ansible/ansible.cfg as config file
ERROR! 'swapoff' is not a valid attribute for a Play
The error appears to be in '/root/openshift-ansible/playbooks/roles/openshift_node/tasks/config.yml': line 6, column 3, but may
be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
# /etc/fstab and runs swapoff -a, if necessary.
- name: Disable swap
^ here
Hi!! please help: Failed to connect to the host via ssh: Permission denied, in the video, you add an external file (cloud.key), i created a file .key a follow all steps. and fail.
my problem starts when I click yes at 29:04
is already solved, thanks
Hi Daniel, i'm getting the same problem, how did you fixed it?
www.digitalocean.com/community/tutorials/how-to-set-up-ssh-keys--2
in / playbooks / byo there is no config.yml file What happened?
Same as you
@jose cartes The master branch follows a different playbook for installation now. You can switch to release-1.6(branch) or earlier to use the installation instructions given above.
i didnt get, could you please past here link for installing, iamfacing same error
I have 2 questions:
1 - I want to install both master & node on a single vm. so what changes I need to do.
2 - can you share the details to create the ssh key and to save them. also how to apply the keys. this video about the ssh key was not very clear.
ua-cam.com/video/ZkFIozGY0IA/v-deo.html
Am , getting error for syncing pod from kubelet , Dint exactly know where could be the problem , Can you redirect me where can i check logs for this. Network Manager and jounrlactl -xe returns nothing
You can disable the Health Check for the pod, Go to Deployment config and disable the Health Check or change it to TPCSocket instead of HTTP.
Thank you for demo..!!!
you can make video how to install openshift 4.1?
hey, i want to do the same thing. Did you find any useful videos/articles on how to do it ?
Hey dude, good video! I just wanted to ask you how you create the VMs for openshift-node and openshift-master on Openstack
I have a private openstack installation that I use to launch VMs
@@dolastackdevops245 Hello dolastack, please could you drop your contact email here. i'll like to get in touch. Thanks in advance.
Nice one!
Can't find config.yml in git?