Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ds rss022 170 20180613 #436

Merged
merged 17 commits into from Jul 17, 2018
Merged

Ds rss022 170 20180613 #436

merged 17 commits into from Jul 17, 2018

Conversation

dspeed2
Copy link
Collaborator

@dspeed2 dspeed2 commented Jun 22, 2018

No description provided.

1) Added new plugin
2) Changed InitialiseDatabase so that it now uses TSM and Oracle as the Archive stores
3) Updated the common project pom to include the Oracle jars (these need to be added manually)
1) Refactored OracleObjectStorageClassic plugin so that stub methods are completed and debugging has been added.

This is sort of working at the moment though not all objects are being stored (but some are!)

Just committing while I work on other stuff.
1) This commit is just a general tidy up where I moved strings in consts etc.  I still need to add the checksum verfication of the upload.

This 200mb file issue I was seeing previously turned out to be a permissions thing.
…h to Oracle for the cloud

1) Added the two jars not available via mvn to a resources dir (I didn't add to a lib dir for erm reasons)
2) Updated the .travis.yml file to add the jars in resources to the local mvn repo.

If this goes well I might remove the jars from the repo and store on a machine for downloading by travis somehow.  (I'm not sure if I'll be able to sort out auth for this though)
…st switch to Oracle for the cloud

1) Updated the .travis.yml file to add the jars in resources to the local mvn repo (moved this from script to the before install section).
…st switch to Oracle for the cloud

1) Updated the .travis.yml file to add the jars in resources to the local mvn repo (moved this from script to the before install section).
…st switch to Oracle for the cloud

1) Added some debug prints to help work out why this is still failing. It gets much further now but still fails, it looks like we clean out the mvn repo at least once after we add them so the debug is to help me id where they need re added.
…st switch to Oracle for the cloud

1) Added some debug prints to help work out why this is still failing. It gets much further now but still fails, it looks like we clean out the mvn repo at least once after we add them so the debug is to help me id where they need re added.
…st switch to Oracle for the cloud

1) My previous attempts have got the initial build and tests to complete, I know believe the various build for each separate docker container need the same changes.  I've added lines to the broker, webapp and worker Dockerfiles to hopefully add the Oracle jars to the each instances mvn repo.  I'm not sure if this is going to work or if I need to make a Dockerfile for common (or both).  I'm committing now so that I can see if this works on Travis
…st switch to Oracle for the cloud

1) My previous attempts have got the initial build and tests to complete, I know believe the various build for each separate docker container need the same changes.  I've added lines to the broker, webapp and worker Dockerfiles to hopefully add the Oracle jars to the each instances mvn repo.  I'm not sure if this is going to work or if I need to make a Dockerfile for common (or both).  I'm committing now so that I can see if this works on Travis
…st switch to Oracle for the cloud

1) My previous attempts have got the initial build and tests to complete, I know believe the various build for each separate docker container need the same changes.  I've added lines to the broker, webapp and worker Dockerfiles to hopefully add the Oracle jars to the each instances mvn repo.  I'm not sure if this is going to work or if I need to make a Dockerfile for common (or both).  I'm committing now so that I can see if this works on Travis
…st switch to Oracle for the cloud

1) My previous attempts have got the initial build and tests to complete, I know believe the various build for each separate docker container need the same changes.  I've added lines to the broker, webapp and worker Dockerfiles to hopefully add the Oracle jars to the each instances mvn repo.  I'm not sure if this is going to work or if I need to make a Dockerfile for common (or both).  I'm committing now so that I can see if this works on Travis
…st switch to Oracle for the cloud

1) My previous attempts have got the initial build and tests to complete, I know believe the various build for each separate docker container need the same changes.  I've added lines to the broker, webapp and worker Dockerfiles to hopefully add the Oracle jars to the each instances mvn repo.  I'm not sure if this is going to work or if I need to make a Dockerfile for common (or both).  I'm committing now so that I can see if this works on Travis
…(Till we get the Oracle account)

1) Updated InitialiseDatabase.java so that TSM and S3 are the default ArchiveStores, Oracle will be committed to master but is unlikely to be used till the account is sorted.
@dspeed2 dspeed2 requested review from a user and WilliamPetit June 22, 2018 13:47
removed the "got here" messages in the travis script
Copy link
Collaborator

@WilliamPetit WilliamPetit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've removed the "got here" message from the travis file and I'm happy to merge this.

.travis.yml Outdated
- docker-compose rm -f
- docker-compose pull

script:
# docker needs jar file to start
- echo "Got here 1"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure why you've put "got here" messages, Travis display the command being run before running them:

$ docker-compose build

so I don't think that's helpful?

@dspeed2 dspeed2 merged commit 2e538bc into master Jul 17, 2018
@dspeed2 dspeed2 deleted the DS-RSS022-170-20180613 branch July 17, 2018 09:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants