I moved a chef server into a new virtual network and consequently, its FQDN changed.
I did a reconfigure and restart and show-config.
The chef-server-ctl show-config shows the right info:
"api_fqdn": "chefserver.pubsubnet.utilitiesvcn.oraclevcn.com",
"web_ui_fqdn": "chefserver.pubsubnet.utilitiesvcn.oraclevcn.com"
However, when I generate a new knife.rb or download the starter kit, the “chef server url” in the downloaded kit is wrong:
It says:
chef_server_url
"https://chefserver.sub11271359160.publicprivatevc.oraclevcn.com/organizations/ecateam"
Where is it getting the chef_server_url from in the generated knife.rb/starter kit?
I’m concerned this is going to cause the ssl stuff to fail if the fqdn is wrong internally somewhere.
Job