You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by GitBox <gi...@apache.org> on 2021/05/30 13:38:28 UTC

[GitHub] [cloudstack-documentation] dredknight opened a new pull request #215: Modernizing "Create linux template" guide + Cloud-init integration steps

dredknight opened a new pull request #215:
URL: https://github.com/apache/cloudstack-documentation/pull/215


   The following sections are redone:
   1. Working with templates -> Creating a Linux Template
   --- guide was readjusted in more linear fashion. 
   --- Removed Ubuntu hostname warning as it is not relevant for Ubuntu OS versions since 2020
   --- Removed a command on how to become root in password management section
   --- added links to a new section "Cloud-init integration" (check below)
   
   2. Added new section Working with templates -> Cloud-init integration
   --- added as possible addition to Working with templates -> Creating a Linux Template
   --- Showcased features and examples related to Cloudstack instances features such as: password management, ssh-keys management, partition management, user-data input
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack-documentation] dredknight commented on pull request #215: Modernizing "Create linux template" guide + Cloud-init integration steps

Posted by GitBox <gi...@apache.org>.
dredknight commented on pull request #215:
URL: https://github.com/apache/cloudstack-documentation/pull/215#issuecomment-863820113






-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack-documentation] DaanHoogland commented on pull request #215: Modernizing "Create linux template" guide + Cloud-init integration steps

Posted by GitBox <gi...@apache.org>.
DaanHoogland commented on pull request #215:
URL: https://github.com/apache/cloudstack-documentation/pull/215#issuecomment-996623494


   @dredknight @rhtyd It seems to me (at first sight that not the "\" but the space behind it should be removed. just FYI


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #215: Modernizing "Create linux template" guide + Cloud-init integration steps

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #215:
URL: https://github.com/apache/cloudstack-documentation/pull/215#issuecomment-863607329






-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack-documentation] dredknight commented on pull request #215: Modernizing "Create linux template" guide + Cloud-init integration steps

Posted by GitBox <gi...@apache.org>.
dredknight commented on pull request #215:
URL: https://github.com/apache/cloudstack-documentation/pull/215#issuecomment-996616816


   Thanks Rohit!
   
   I will test next week and update.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack-documentation] DaanHoogland edited a comment on pull request #215: Modernizing "Create linux template" guide + Cloud-init integration steps

Posted by GitBox <gi...@apache.org>.
DaanHoogland edited a comment on pull request #215:
URL: https://github.com/apache/cloudstack-documentation/pull/215#issuecomment-996623494


   @dredknight @rhtyd It seems to me (at first sight that not the "\\" but the space behind it should be removed. just FYI


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #215: Modernizing "Create linux template" guide + Cloud-init integration steps

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #215:
URL: https://github.com/apache/cloudstack-documentation/pull/215#issuecomment-968643066


   Doc build preview: http://qa.cloudstack.cloud/docs/WIP-PROOFING/pr/215. (SL-JID 165)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack-documentation] dredknight commented on pull request #215: Modernizing "Create linux template" guide + Cloud-init integration steps

Posted by GitBox <gi...@apache.org>.
dredknight commented on pull request #215:
URL: https://github.com/apache/cloudstack-documentation/pull/215#issuecomment-996648698


   Agreed! it has already been removed in the latest changes!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack-documentation] rhtyd commented on pull request #215: Modernizing "Create linux template" guide + Cloud-init integration steps

Posted by GitBox <gi...@apache.org>.
rhtyd commented on pull request #215:
URL: https://github.com/apache/cloudstack-documentation/pull/215#issuecomment-980506813


   Hi @dredknight a user from mailing list has given following suggestion:
   ```
   > Hello everyone.
   >
   > I've been following the Cloud-init integration guides in the ACS 4.16
   > documentation and noticed a problem with Ubuntu Server 20.04 LTS. In
   > particular, the section "Specify the managed user" shows:
   >
   > system_info : default_user : name : cloud - user lock_passwd : false # disable
   > user password login - true/false sudo : [ \ "ALL=(ALL) ALL \" ]       # User
   > permissions disable_root : 0 # root remote login is 0 - enabled, 1 - disabled
   > ssh_pwauth : 1 # password login is 0 - disabled, 1- enabled
   >
   > Adding this produces an error message when trying to use sudo. The error message
   > is:
   >
   > $ sudo su
   >>>> /etc/sudoers.d/90-cloud-init-users: syntax error near line 4 <<<
   > sudo: parse error in /etc/sudoers.d/90-cloud-init-users near line 4
   > sudo: no valid sudoers sources found, quitting
   > sudo: unable to initialize policy plugin
   >
   > Removing the "\" in
   > sudo : [ \ "ALL=(ALL) ALL \" ]
   > seem to fix the problem for me.
   ```
   
   Mailing list thread reference: https://markmail.org/message/ruxyqzs44lqjtqpf


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack-documentation] dredknight commented on pull request #215: Modernizing "Create linux template" guide + Cloud-init integration steps

Posted by GitBox <gi...@apache.org>.
dredknight commented on pull request #215:
URL: https://github.com/apache/cloudstack-documentation/pull/215#issuecomment-870341452


   @andrijapanicsb I believe this is done now.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #215: Modernizing "Create linux template" guide + Cloud-init integration steps

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #215:
URL: https://github.com/apache/cloudstack-documentation/pull/215#issuecomment-968642217


   @rhtyd a Jenkins job has been kicked to build the document. I'll keep you posted as I make progress.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack-documentation] dredknight edited a comment on pull request #215: Modernizing "Create linux template" guide + Cloud-init integration steps

Posted by GitBox <gi...@apache.org>.
dredknight edited a comment on pull request #215:
URL: https://github.com/apache/cloudstack-documentation/pull/215#issuecomment-863863594






-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack-documentation] rhtyd commented on pull request #215: Modernizing "Create linux template" guide + Cloud-init integration steps

Posted by GitBox <gi...@apache.org>.
rhtyd commented on pull request #215:
URL: https://github.com/apache/cloudstack-documentation/pull/215#issuecomment-863977865


   @blueorangutan docbuild


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack-documentation] andrijapanicsb commented on pull request #215: Modernizing "Create linux template" guide + Cloud-init integration steps

Posted by GitBox <gi...@apache.org>.
andrijapanicsb commented on pull request #215:
URL: https://github.com/apache/cloudstack-documentation/pull/215#issuecomment-863607136






-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack-documentation] dredknight commented on pull request #215: Modernizing "Create linux template" guide + Cloud-init integration steps

Posted by GitBox <gi...@apache.org>.
dredknight commented on pull request #215:
URL: https://github.com/apache/cloudstack-documentation/pull/215#issuecomment-870341452


   @andrijapanicsb I believe this is done now.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack-documentation] rhtyd commented on pull request #215: Modernizing "Create linux template" guide + Cloud-init integration steps

Posted by GitBox <gi...@apache.org>.
rhtyd commented on pull request #215:
URL: https://github.com/apache/cloudstack-documentation/pull/215#issuecomment-968641547


   @blueorangutan docbuild
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org