Skip to content
Snippets Groups Projects
  • Duong Ha-Quang's avatar
    b5d1e4b4
    Fix placement of policy.json · b5d1e4b4
    Duong Ha-Quang authored
    Currently, policy.json is put in
    "{{ node_config_directory }}/{{ service_name }}"
    in target nodes.
    
    Relocation policy.json to "{{ node_config_directory }}/{{ item }}"
    with item is corresponding service compoment config directory.
    
    Currently, the policy.json is copied to all services, but it
    should be reviewed and left only in neccesary service
    (at many cases, only API service needs that).
    
    Redundant files will be removed in follow up patchset.
    
    Change-Id: I0e997dccf4ec438c9c0436db71ec2fd06650f50d
    Closes-Bug: #1639686
    b5d1e4b4
    History
    Fix placement of policy.json
    Duong Ha-Quang authored
    Currently, policy.json is put in
    "{{ node_config_directory }}/{{ service_name }}"
    in target nodes.
    
    Relocation policy.json to "{{ node_config_directory }}/{{ item }}"
    with item is corresponding service compoment config directory.
    
    Currently, the policy.json is copied to all services, but it
    should be reviewed and left only in neccesary service
    (at many cases, only API service needs that).
    
    Redundant files will be removed in follow up patchset.
    
    Change-Id: I0e997dccf4ec438c9c0436db71ec2fd06650f50d
    Closes-Bug: #1639686