Packages transfer
❗OUTDATED DOCUMENT
For more up-to-date information please see
📦 How to Use the Packages Server
and
➾ SSH connection Guide (Bastion)
Transfer packages to Host or to AWS bucket
Transfer packages to Host:
- Connect to transfer host 10.0.1.122 with your ldap user.
- Run the script using following command /tmp/ops_transfer_script_v3.sh
- Follow the instructions on your screen after script running.
- Use numbers to navigate.
- Select "Transfer to host"
- Select the required environment and files from the suggested list to be transferred.
- After completing the steps above, insert the password for the environment from the previously selected list.
Transfer packages to AWS bucket
One time move - you need to add AWS configs for all AWS environments using command "aws configure sso" Profile names in AWS configurations should be written in small letters and include a dash between the name of the tour operator and the environment (example: hv-test)
- If you already have AWS configs, run the script using following command /tmp/ops_transfer_script_v3.sh
- Follow the instructions on your screen after script running.
- Use numbers to navigate.
- Select "Transfer to AWS"
- Select the required environment and files from the suggested list to be transferred.
- After completing the steps above, open the provided link from the terminal into your web browser.
- Copy the provided code from the terminal to the page opened in the previous step.
- Press button "Next"
- Press button "Allow"
Transfer packages to Host with scp
- Connect to transfer host 10.0.1.122 with your ldap user.
- scp {Filename} {username}@{environmentIP}:/{destinationDirectory}
Transfer to bastion environments use bastion IP
- Connect to transfer host 10.0.1.122 with your ldap user.
- scp -P 2222 -o User={username}:{environment} {filename} 10.10.60.1:/{destinationDirectory}