smart-edge-open / converged-edge-experience-kits

Source code for experience kits with Ansible-based deployment.
Apache License 2.0
37 stars 40 forks source link

Issue installing OpenNESS onPremise controller - unsupported parameter for file module #4

Closed idirect-dev closed 4 years ago

idirect-dev commented 4 years ago

Starting with a centos 7 minimal install (on controller and edge node hosts), I have cloned the experience kit. git clone https://github.com/open-ness/openness-experience-kits.git I modified group_vars/all.yml with my git token I edited inventory.ini to match my configurations (controller and one node) I've setup passwordless ssh and hostnames

I've run the deploy_onprem_controller.sh script

It fails as follows: file: roles/git_repo/tasks/gitconfig_bootstrap.yml Error: fatal: [mec-controller]: FAILED! => {"changed": false, "msg": "Unsupported parameters for (file) module: access_time,modification_time Supported parameters include: attributes,backup,content,delimiter,diff_peek,directory_mode,follow,force,group,mode,original_basename,owner,path,recurse,regexp,remote_src,selevel,serole,setype,seuser,src,state,unsafe_writes,validate"}

It doesn't seem to accept the configured options: modification_time: preserve access_time: preserve

idirect-dev commented 4 years ago

It looks like this is not an issue - it probably related to the context in which the script was initially executed (perhaps sudo as opposed to root