Last Updated: Mar 31, 2021
The extracted files include the inventory and variable.yml files in the /tmp/tar -xf jiffy-playbook.tar.gz
Download Artifacts to a new folder under /tmp/{jiffy-install} in core machine.
wget --user {username} --ask-password downloads.jiffy.ai/4.3.0.0/jiffy-cognitive_upgrade.tar.gz
wget --user {username} --ask-password downloads.jiffy.ai/4.3.0.0/jiffy-upgrade.tar.gz
wget --user {username} --ask-password downloads.jiffy.ai/4.3.0.0/jiffy-playbook.tar.gz
Contact support@jiffy.ai for the login credentials.
The core IP can be localhost, as the playbook is executed from the Core server.
For users with sudo privilege: add ansible_sudo_pass={password}in the inventory file.
ansible-playbook pre-upgrade/main.yml -i inventory -e @variable.yml
ansible-playbook pre-upgrade/main.yml -i inventory -e @variable.yml -v
ansible-playbook pre-upgrade/main.yml -i inventory -e @variable.yml -vvvv
Execute the following commands as a Root user:
ansible-playbook upgrade/main.yml -i inventory -e @variable.yml
ansible-playbook upgrade/main.yml -i inventory -e @variable.yml -v
ansible-playbook upgrade/main.yml -i inventory -e @variable.yml -vvvv
Execute the below ansible command to bootstrap application:
with masterkey prompt:
ansible-playbook jiffyconfiguration.yml -e @variable.yml
without masterkey prompt:
ansible-playbook jiffyconfiguration.yml -e masterKey=’
’ -e @variable.yml
Run below commands as a Jiffy application user.
Keep only below files inside $JIFFY_HOME/deploy/jiffy/src/connectors/ and remove other files.
functions_metadata.json constants.py
Validate anthill, coral, mangrove, Zeus properties for jiffy URL host should be localhost. Take backup of exiting $FILESERVER_HOME/deploy/conf/ directory and copy new conf directory $FILESERVER_HOME/deploy location and restart fileserver
- cd $FILESERVER_HOME/deploy/bin
- cp -rf conf/ ../
- application install jiffy
- application client jiffy
- application start all
As a root user in Jiffy cognitive server:
Validate output, document data folder ownership and update to Jiffy application user.
Check docker image creation date.