oc_edit.py 54 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650
  1. #!/usr/bin/env python
  2. # pylint: disable=missing-docstring
  3. # flake8: noqa: T001
  4. # ___ ___ _ _ ___ ___ _ _____ ___ ___
  5. # / __| __| \| | __| _ \ /_\_ _| __| \
  6. # | (_ | _|| .` | _|| / / _ \| | | _|| |) |
  7. # \___|___|_|\_|___|_|_\/_/_\_\_|_|___|___/_ _____
  8. # | \ / _ \ | \| |/ _ \_ _| | __| \_ _|_ _|
  9. # | |) | (_) | | .` | (_) || | | _|| |) | | | |
  10. # |___/ \___/ |_|\_|\___/ |_| |___|___/___| |_|
  11. #
  12. # Copyright 2016 Red Hat, Inc. and/or its affiliates
  13. # and other contributors as indicated by the @author tags.
  14. #
  15. # Licensed under the Apache License, Version 2.0 (the "License");
  16. # you may not use this file except in compliance with the License.
  17. # You may obtain a copy of the License at
  18. #
  19. # http://www.apache.org/licenses/LICENSE-2.0
  20. #
  21. # Unless required by applicable law or agreed to in writing, software
  22. # distributed under the License is distributed on an "AS IS" BASIS,
  23. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  24. # See the License for the specific language governing permissions and
  25. # limitations under the License.
  26. #
  27. # -*- -*- -*- Begin included fragment: lib/import.py -*- -*- -*-
  28. '''
  29. OpenShiftCLI class that wraps the oc commands in a subprocess
  30. '''
  31. # pylint: disable=too-many-lines
  32. from __future__ import print_function
  33. import atexit
  34. import copy
  35. import fcntl
  36. import json
  37. import os
  38. import re
  39. import shutil
  40. import subprocess
  41. import tempfile
  42. # pylint: disable=import-error
  43. try:
  44. import ruamel.yaml as yaml
  45. except ImportError:
  46. import yaml
  47. from ansible.module_utils.basic import AnsibleModule
  48. # -*- -*- -*- End included fragment: lib/import.py -*- -*- -*-
  49. # -*- -*- -*- Begin included fragment: doc/edit -*- -*- -*-
  50. DOCUMENTATION = '''
  51. ---
  52. module: oc_edit
  53. short_description: Modify, and idempotently manage openshift objects.
  54. description:
  55. - Modify openshift objects programmatically.
  56. options:
  57. state:
  58. description:
  59. - Currently present is only supported state.
  60. required: true
  61. default: present
  62. choices: ["present"]
  63. aliases: []
  64. kubeconfig:
  65. description:
  66. - The path for the kubeconfig file to use for authentication
  67. required: false
  68. default: /etc/origin/master/admin.kubeconfig
  69. aliases: []
  70. debug:
  71. description:
  72. - Turn on debug output.
  73. required: false
  74. default: False
  75. aliases: []
  76. name:
  77. description:
  78. - Name of the object that is being queried.
  79. required: false
  80. default: None
  81. aliases: []
  82. namespace:
  83. description:
  84. - The namespace where the object lives.
  85. required: false
  86. default: str
  87. aliases: []
  88. kind:
  89. description:
  90. - The kind attribute of the object.
  91. required: True
  92. default: None
  93. choices:
  94. - bc
  95. - buildconfig
  96. - configmaps
  97. - dc
  98. - deploymentconfig
  99. - imagestream
  100. - imagestreamtag
  101. - is
  102. - istag
  103. - namespace
  104. - project
  105. - projects
  106. - node
  107. - ns
  108. - persistentvolume
  109. - pv
  110. - rc
  111. - replicationcontroller
  112. - routes
  113. - scc
  114. - secret
  115. - securitycontextconstraints
  116. - service
  117. - svc
  118. aliases: []
  119. file_name:
  120. description:
  121. - The file name in which to edit
  122. required: false
  123. default: None
  124. aliases: []
  125. file_format:
  126. description:
  127. - The format of the file being edited.
  128. required: false
  129. default: yaml
  130. aliases: []
  131. content:
  132. description:
  133. - Content of the file
  134. required: false
  135. default: None
  136. aliases: []
  137. edits:
  138. description:
  139. - a list of dictionaries with a yedit format for edits
  140. required: false
  141. default: None
  142. aliases: []
  143. force:
  144. description:
  145. - Whether or not to force the operation
  146. required: false
  147. default: None
  148. aliases: []
  149. separator:
  150. description:
  151. - The separator format for the edit.
  152. required: false
  153. default: '.'
  154. aliases: []
  155. author:
  156. - "Kenny Woodson <kwoodson@redhat.com>"
  157. extends_documentation_fragment: []
  158. '''
  159. EXAMPLES = '''
  160. oc_edit:
  161. kind: rc
  162. name: hawkular-cassandra-rc
  163. namespace: openshift-infra
  164. content:
  165. spec.template.spec.containers[0].resources.limits.memory: 512
  166. spec.template.spec.containers[0].resources.requests.memory: 256
  167. '''
  168. # -*- -*- -*- End included fragment: doc/edit -*- -*- -*-
  169. # -*- -*- -*- Begin included fragment: ../../lib_utils/src/class/yedit.py -*- -*- -*-
  170. class YeditException(Exception): # pragma: no cover
  171. ''' Exception class for Yedit '''
  172. pass
  173. # pylint: disable=too-many-public-methods
  174. class Yedit(object): # pragma: no cover
  175. ''' Class to modify yaml files '''
  176. re_valid_key = r"(((\[-?\d+\])|([0-9a-zA-Z%s/_-]+)).?)+$"
  177. re_key = r"(?:\[(-?\d+)\])|([0-9a-zA-Z{}/_-]+)"
  178. com_sep = set(['.', '#', '|', ':'])
  179. # pylint: disable=too-many-arguments
  180. def __init__(self,
  181. filename=None,
  182. content=None,
  183. content_type='yaml',
  184. separator='.',
  185. backup=False):
  186. self.content = content
  187. self._separator = separator
  188. self.filename = filename
  189. self.__yaml_dict = content
  190. self.content_type = content_type
  191. self.backup = backup
  192. self.load(content_type=self.content_type)
  193. if self.__yaml_dict is None:
  194. self.__yaml_dict = {}
  195. @property
  196. def separator(self):
  197. ''' getter method for separator '''
  198. return self._separator
  199. @separator.setter
  200. def separator(self, inc_sep):
  201. ''' setter method for separator '''
  202. self._separator = inc_sep
  203. @property
  204. def yaml_dict(self):
  205. ''' getter method for yaml_dict '''
  206. return self.__yaml_dict
  207. @yaml_dict.setter
  208. def yaml_dict(self, value):
  209. ''' setter method for yaml_dict '''
  210. self.__yaml_dict = value
  211. @staticmethod
  212. def parse_key(key, sep='.'):
  213. '''parse the key allowing the appropriate separator'''
  214. common_separators = list(Yedit.com_sep - set([sep]))
  215. return re.findall(Yedit.re_key.format(''.join(common_separators)), key)
  216. @staticmethod
  217. def valid_key(key, sep='.'):
  218. '''validate the incoming key'''
  219. common_separators = list(Yedit.com_sep - set([sep]))
  220. if not re.match(Yedit.re_valid_key.format(''.join(common_separators)), key):
  221. return False
  222. return True
  223. # pylint: disable=too-many-return-statements,too-many-branches
  224. @staticmethod
  225. def remove_entry(data, key, index=None, value=None, sep='.'):
  226. ''' remove data at location key '''
  227. if key == '' and isinstance(data, dict):
  228. if value is not None:
  229. data.pop(value)
  230. elif index is not None:
  231. raise YeditException("remove_entry for a dictionary does not have an index {}".format(index))
  232. else:
  233. data.clear()
  234. return True
  235. elif key == '' and isinstance(data, list):
  236. ind = None
  237. if value is not None:
  238. try:
  239. ind = data.index(value)
  240. except ValueError:
  241. return False
  242. elif index is not None:
  243. ind = index
  244. else:
  245. del data[:]
  246. if ind is not None:
  247. data.pop(ind)
  248. return True
  249. if not (key and Yedit.valid_key(key, sep)) and \
  250. isinstance(data, (list, dict)):
  251. return None
  252. key_indexes = Yedit.parse_key(key, sep)
  253. for arr_ind, dict_key in key_indexes[:-1]:
  254. if dict_key and isinstance(data, dict):
  255. data = data.get(dict_key)
  256. elif (arr_ind and isinstance(data, list) and
  257. int(arr_ind) <= len(data) - 1):
  258. data = data[int(arr_ind)]
  259. else:
  260. return None
  261. # process last index for remove
  262. # expected list entry
  263. if key_indexes[-1][0]:
  264. if isinstance(data, list) and int(key_indexes[-1][0]) <= len(data) - 1: # noqa: E501
  265. del data[int(key_indexes[-1][0])]
  266. return True
  267. # expected dict entry
  268. elif key_indexes[-1][1]:
  269. if isinstance(data, dict):
  270. del data[key_indexes[-1][1]]
  271. return True
  272. @staticmethod
  273. def add_entry(data, key, item=None, sep='.'):
  274. ''' Get an item from a dictionary with key notation a.b.c
  275. d = {'a': {'b': 'c'}}}
  276. key = a#b
  277. return c
  278. '''
  279. if key == '':
  280. pass
  281. elif (not (key and Yedit.valid_key(key, sep)) and
  282. isinstance(data, (list, dict))):
  283. return None
  284. key_indexes = Yedit.parse_key(key, sep)
  285. for arr_ind, dict_key in key_indexes[:-1]:
  286. if dict_key:
  287. if isinstance(data, dict) and dict_key in data and data[dict_key]: # noqa: E501
  288. data = data[dict_key]
  289. continue
  290. elif data and not isinstance(data, dict):
  291. raise YeditException("Unexpected item type found while going through key " +
  292. "path: {} (at key: {})".format(key, dict_key))
  293. data[dict_key] = {}
  294. data = data[dict_key]
  295. elif (arr_ind and isinstance(data, list) and
  296. int(arr_ind) <= len(data) - 1):
  297. data = data[int(arr_ind)]
  298. else:
  299. raise YeditException("Unexpected item type found while going through key path: {}".format(key))
  300. if key == '':
  301. data = item
  302. # process last index for add
  303. # expected list entry
  304. elif key_indexes[-1][0] and isinstance(data, list) and int(key_indexes[-1][0]) <= len(data) - 1: # noqa: E501
  305. data[int(key_indexes[-1][0])] = item
  306. # expected dict entry
  307. elif key_indexes[-1][1] and isinstance(data, dict):
  308. data[key_indexes[-1][1]] = item
  309. # didn't add/update to an existing list, nor add/update key to a dict
  310. # so we must have been provided some syntax like a.b.c[<int>] = "data" for a
  311. # non-existent array
  312. else:
  313. raise YeditException("Error adding to object at path: {}".format(key))
  314. return data
  315. @staticmethod
  316. def get_entry(data, key, sep='.'):
  317. ''' Get an item from a dictionary with key notation a.b.c
  318. d = {'a': {'b': 'c'}}}
  319. key = a.b
  320. return c
  321. '''
  322. if key == '':
  323. pass
  324. elif (not (key and Yedit.valid_key(key, sep)) and
  325. isinstance(data, (list, dict))):
  326. return None
  327. key_indexes = Yedit.parse_key(key, sep)
  328. for arr_ind, dict_key in key_indexes:
  329. if dict_key and isinstance(data, dict):
  330. data = data.get(dict_key)
  331. elif (arr_ind and isinstance(data, list) and
  332. int(arr_ind) <= len(data) - 1):
  333. data = data[int(arr_ind)]
  334. else:
  335. return None
  336. return data
  337. @staticmethod
  338. def _write(filename, contents):
  339. ''' Actually write the file contents to disk. This helps with mocking. '''
  340. tmp_filename = filename + '.yedit'
  341. with open(tmp_filename, 'w') as yfd:
  342. fcntl.flock(yfd, fcntl.LOCK_EX | fcntl.LOCK_NB)
  343. yfd.write(contents)
  344. fcntl.flock(yfd, fcntl.LOCK_UN)
  345. os.rename(tmp_filename, filename)
  346. def write(self):
  347. ''' write to file '''
  348. if not self.filename:
  349. raise YeditException('Please specify a filename.')
  350. if self.backup and self.file_exists():
  351. shutil.copy(self.filename, '{}.{}'.format(self.filename, time.strftime("%Y%m%dT%H%M%S")))
  352. # Try to set format attributes if supported
  353. try:
  354. self.yaml_dict.fa.set_block_style()
  355. except AttributeError:
  356. pass
  357. # Try to use RoundTripDumper if supported.
  358. if self.content_type == 'yaml':
  359. try:
  360. Yedit._write(self.filename, yaml.dump(self.yaml_dict, Dumper=yaml.RoundTripDumper))
  361. except AttributeError:
  362. Yedit._write(self.filename, yaml.safe_dump(self.yaml_dict, default_flow_style=False))
  363. elif self.content_type == 'json':
  364. Yedit._write(self.filename, json.dumps(self.yaml_dict, indent=4, sort_keys=True))
  365. else:
  366. raise YeditException('Unsupported content_type: {}.'.format(self.content_type) +
  367. 'Please specify a content_type of yaml or json.')
  368. return (True, self.yaml_dict)
  369. def read(self):
  370. ''' read from file '''
  371. # check if it exists
  372. if self.filename is None or not self.file_exists():
  373. return None
  374. contents = None
  375. with open(self.filename) as yfd:
  376. contents = yfd.read()
  377. return contents
  378. def file_exists(self):
  379. ''' return whether file exists '''
  380. if os.path.exists(self.filename):
  381. return True
  382. return False
  383. def load(self, content_type='yaml'):
  384. ''' return yaml file '''
  385. contents = self.read()
  386. if not contents and not self.content:
  387. return None
  388. if self.content:
  389. if isinstance(self.content, dict):
  390. self.yaml_dict = self.content
  391. return self.yaml_dict
  392. elif isinstance(self.content, str):
  393. contents = self.content
  394. # check if it is yaml
  395. try:
  396. if content_type == 'yaml' and contents:
  397. # Try to set format attributes if supported
  398. try:
  399. self.yaml_dict.fa.set_block_style()
  400. except AttributeError:
  401. pass
  402. # Try to use RoundTripLoader if supported.
  403. try:
  404. self.yaml_dict = yaml.load(contents, yaml.RoundTripLoader)
  405. except AttributeError:
  406. self.yaml_dict = yaml.safe_load(contents)
  407. # Try to set format attributes if supported
  408. try:
  409. self.yaml_dict.fa.set_block_style()
  410. except AttributeError:
  411. pass
  412. elif content_type == 'json' and contents:
  413. self.yaml_dict = json.loads(contents)
  414. except yaml.YAMLError as err:
  415. # Error loading yaml or json
  416. raise YeditException('Problem with loading yaml file. {}'.format(err))
  417. return self.yaml_dict
  418. def get(self, key):
  419. ''' get a specified key'''
  420. try:
  421. entry = Yedit.get_entry(self.yaml_dict, key, self.separator)
  422. except KeyError:
  423. entry = None
  424. return entry
  425. def pop(self, path, key_or_item):
  426. ''' remove a key, value pair from a dict or an item for a list'''
  427. try:
  428. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  429. except KeyError:
  430. entry = None
  431. if entry is None:
  432. return (False, self.yaml_dict)
  433. if isinstance(entry, dict):
  434. # AUDIT:maybe-no-member makes sense due to fuzzy types
  435. # pylint: disable=maybe-no-member
  436. if key_or_item in entry:
  437. entry.pop(key_or_item)
  438. return (True, self.yaml_dict)
  439. return (False, self.yaml_dict)
  440. elif isinstance(entry, list):
  441. # AUDIT:maybe-no-member makes sense due to fuzzy types
  442. # pylint: disable=maybe-no-member
  443. ind = None
  444. try:
  445. ind = entry.index(key_or_item)
  446. except ValueError:
  447. return (False, self.yaml_dict)
  448. entry.pop(ind)
  449. return (True, self.yaml_dict)
  450. return (False, self.yaml_dict)
  451. def delete(self, path, index=None, value=None):
  452. ''' remove path from a dict'''
  453. try:
  454. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  455. except KeyError:
  456. entry = None
  457. if entry is None:
  458. return (False, self.yaml_dict)
  459. result = Yedit.remove_entry(self.yaml_dict, path, index, value, self.separator)
  460. if not result:
  461. return (False, self.yaml_dict)
  462. return (True, self.yaml_dict)
  463. def exists(self, path, value):
  464. ''' check if value exists at path'''
  465. try:
  466. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  467. except KeyError:
  468. entry = None
  469. if isinstance(entry, list):
  470. if value in entry:
  471. return True
  472. return False
  473. elif isinstance(entry, dict):
  474. if isinstance(value, dict):
  475. rval = False
  476. for key, val in value.items():
  477. if entry[key] != val:
  478. rval = False
  479. break
  480. else:
  481. rval = True
  482. return rval
  483. return value in entry
  484. return entry == value
  485. def append(self, path, value):
  486. '''append value to a list'''
  487. try:
  488. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  489. except KeyError:
  490. entry = None
  491. if entry is None:
  492. self.put(path, [])
  493. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  494. if not isinstance(entry, list):
  495. return (False, self.yaml_dict)
  496. # AUDIT:maybe-no-member makes sense due to loading data from
  497. # a serialized format.
  498. # pylint: disable=maybe-no-member
  499. entry.append(value)
  500. return (True, self.yaml_dict)
  501. # pylint: disable=too-many-arguments
  502. def update(self, path, value, index=None, curr_value=None):
  503. ''' put path, value into a dict '''
  504. try:
  505. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  506. except KeyError:
  507. entry = None
  508. if isinstance(entry, dict):
  509. # AUDIT:maybe-no-member makes sense due to fuzzy types
  510. # pylint: disable=maybe-no-member
  511. if not isinstance(value, dict):
  512. raise YeditException('Cannot replace key, value entry in dict with non-dict type. ' +
  513. 'value=[{}] type=[{}]'.format(value, type(value)))
  514. entry.update(value)
  515. return (True, self.yaml_dict)
  516. elif isinstance(entry, list):
  517. # AUDIT:maybe-no-member makes sense due to fuzzy types
  518. # pylint: disable=maybe-no-member
  519. ind = None
  520. if curr_value:
  521. try:
  522. ind = entry.index(curr_value)
  523. except ValueError:
  524. return (False, self.yaml_dict)
  525. elif index is not None:
  526. ind = index
  527. if ind is not None and entry[ind] != value:
  528. entry[ind] = value
  529. return (True, self.yaml_dict)
  530. # see if it exists in the list
  531. try:
  532. ind = entry.index(value)
  533. except ValueError:
  534. # doesn't exist, append it
  535. entry.append(value)
  536. return (True, self.yaml_dict)
  537. # already exists, return
  538. if ind is not None:
  539. return (False, self.yaml_dict)
  540. return (False, self.yaml_dict)
  541. def put(self, path, value):
  542. ''' put path, value into a dict '''
  543. try:
  544. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  545. except KeyError:
  546. entry = None
  547. if entry == value:
  548. return (False, self.yaml_dict)
  549. # deepcopy didn't work
  550. # Try to use ruamel.yaml and fallback to pyyaml
  551. try:
  552. tmp_copy = yaml.load(yaml.round_trip_dump(self.yaml_dict,
  553. default_flow_style=False),
  554. yaml.RoundTripLoader)
  555. except AttributeError:
  556. tmp_copy = copy.deepcopy(self.yaml_dict)
  557. # set the format attributes if available
  558. try:
  559. tmp_copy.fa.set_block_style()
  560. except AttributeError:
  561. pass
  562. result = Yedit.add_entry(tmp_copy, path, value, self.separator)
  563. if result is None:
  564. return (False, self.yaml_dict)
  565. # When path equals "" it is a special case.
  566. # "" refers to the root of the document
  567. # Only update the root path (entire document) when its a list or dict
  568. if path == '':
  569. if isinstance(result, list) or isinstance(result, dict):
  570. self.yaml_dict = result
  571. return (True, self.yaml_dict)
  572. return (False, self.yaml_dict)
  573. self.yaml_dict = tmp_copy
  574. return (True, self.yaml_dict)
  575. def create(self, path, value):
  576. ''' create a yaml file '''
  577. if not self.file_exists():
  578. # deepcopy didn't work
  579. # Try to use ruamel.yaml and fallback to pyyaml
  580. try:
  581. tmp_copy = yaml.load(yaml.round_trip_dump(self.yaml_dict,
  582. default_flow_style=False),
  583. yaml.RoundTripLoader)
  584. except AttributeError:
  585. tmp_copy = copy.deepcopy(self.yaml_dict)
  586. # set the format attributes if available
  587. try:
  588. tmp_copy.fa.set_block_style()
  589. except AttributeError:
  590. pass
  591. result = Yedit.add_entry(tmp_copy, path, value, self.separator)
  592. if result is not None:
  593. self.yaml_dict = tmp_copy
  594. return (True, self.yaml_dict)
  595. return (False, self.yaml_dict)
  596. @staticmethod
  597. def get_curr_value(invalue, val_type):
  598. '''return the current value'''
  599. if invalue is None:
  600. return None
  601. curr_value = invalue
  602. if val_type == 'yaml':
  603. try:
  604. # AUDIT:maybe-no-member makes sense due to different yaml libraries
  605. # pylint: disable=maybe-no-member
  606. curr_value = yaml.safe_load(invalue, Loader=yaml.RoundTripLoader)
  607. except AttributeError:
  608. curr_value = yaml.safe_load(invalue)
  609. elif val_type == 'json':
  610. curr_value = json.loads(invalue)
  611. return curr_value
  612. @staticmethod
  613. def parse_value(inc_value, vtype=''):
  614. '''determine value type passed'''
  615. true_bools = ['y', 'Y', 'yes', 'Yes', 'YES', 'true', 'True', 'TRUE',
  616. 'on', 'On', 'ON', ]
  617. false_bools = ['n', 'N', 'no', 'No', 'NO', 'false', 'False', 'FALSE',
  618. 'off', 'Off', 'OFF']
  619. # It came in as a string but you didn't specify value_type as string
  620. # we will convert to bool if it matches any of the above cases
  621. if isinstance(inc_value, str) and 'bool' in vtype:
  622. if inc_value not in true_bools and inc_value not in false_bools:
  623. raise YeditException('Not a boolean type. str=[{}] vtype=[{}]'.format(inc_value, vtype))
  624. elif isinstance(inc_value, bool) and 'str' in vtype:
  625. inc_value = str(inc_value)
  626. # There is a special case where '' will turn into None after yaml loading it so skip
  627. if isinstance(inc_value, str) and inc_value == '':
  628. pass
  629. # If vtype is not str then go ahead and attempt to yaml load it.
  630. elif isinstance(inc_value, str) and 'str' not in vtype:
  631. try:
  632. inc_value = yaml.safe_load(inc_value)
  633. except Exception:
  634. raise YeditException('Could not determine type of incoming value. ' +
  635. 'value=[{}] vtype=[{}]'.format(type(inc_value), vtype))
  636. return inc_value
  637. @staticmethod
  638. def process_edits(edits, yamlfile):
  639. '''run through a list of edits and process them one-by-one'''
  640. results = []
  641. for edit in edits:
  642. value = Yedit.parse_value(edit['value'], edit.get('value_type', ''))
  643. if edit.get('action') == 'update':
  644. # pylint: disable=line-too-long
  645. curr_value = Yedit.get_curr_value(
  646. Yedit.parse_value(edit.get('curr_value')),
  647. edit.get('curr_value_format'))
  648. rval = yamlfile.update(edit['key'],
  649. value,
  650. edit.get('index'),
  651. curr_value)
  652. elif edit.get('action') == 'append':
  653. rval = yamlfile.append(edit['key'], value)
  654. else:
  655. rval = yamlfile.put(edit['key'], value)
  656. if rval[0]:
  657. results.append({'key': edit['key'], 'edit': rval[1]})
  658. return {'changed': len(results) > 0, 'results': results}
  659. # pylint: disable=too-many-return-statements,too-many-branches
  660. @staticmethod
  661. def run_ansible(params):
  662. '''perform the idempotent crud operations'''
  663. yamlfile = Yedit(filename=params['src'],
  664. backup=params['backup'],
  665. content_type=params['content_type'],
  666. separator=params['separator'])
  667. state = params['state']
  668. if params['src']:
  669. rval = yamlfile.load()
  670. if yamlfile.yaml_dict is None and state != 'present':
  671. return {'failed': True,
  672. 'msg': 'Error opening file [{}]. Verify that the '.format(params['src']) +
  673. 'file exists, that it is has correct permissions, and is valid yaml.'}
  674. if state == 'list':
  675. if params['content']:
  676. content = Yedit.parse_value(params['content'], params['content_type'])
  677. yamlfile.yaml_dict = content
  678. if params['key']:
  679. rval = yamlfile.get(params['key'])
  680. return {'changed': False, 'result': rval, 'state': state}
  681. elif state == 'absent':
  682. if params['content']:
  683. content = Yedit.parse_value(params['content'], params['content_type'])
  684. yamlfile.yaml_dict = content
  685. if params['update']:
  686. rval = yamlfile.pop(params['key'], params['value'])
  687. else:
  688. rval = yamlfile.delete(params['key'], params['index'], params['value'])
  689. if rval[0] and params['src']:
  690. yamlfile.write()
  691. return {'changed': rval[0], 'result': rval[1], 'state': state}
  692. elif state == 'present':
  693. # check if content is different than what is in the file
  694. if params['content']:
  695. content = Yedit.parse_value(params['content'], params['content_type'])
  696. # We had no edits to make and the contents are the same
  697. if yamlfile.yaml_dict == content and \
  698. params['value'] is None:
  699. return {'changed': False, 'result': yamlfile.yaml_dict, 'state': state}
  700. yamlfile.yaml_dict = content
  701. # If we were passed a key, value then
  702. # we enapsulate it in a list and process it
  703. # Key, Value passed to the module : Converted to Edits list #
  704. edits = []
  705. _edit = {}
  706. if params['value'] is not None:
  707. _edit['value'] = params['value']
  708. _edit['value_type'] = params['value_type']
  709. _edit['key'] = params['key']
  710. if params['update']:
  711. _edit['action'] = 'update'
  712. _edit['curr_value'] = params['curr_value']
  713. _edit['curr_value_format'] = params['curr_value_format']
  714. _edit['index'] = params['index']
  715. elif params['append']:
  716. _edit['action'] = 'append'
  717. edits.append(_edit)
  718. elif params['edits'] is not None:
  719. edits = params['edits']
  720. if edits:
  721. results = Yedit.process_edits(edits, yamlfile)
  722. # if there were changes and a src provided to us we need to write
  723. if results['changed'] and params['src']:
  724. yamlfile.write()
  725. return {'changed': results['changed'], 'result': results['results'], 'state': state}
  726. # no edits to make
  727. if params['src']:
  728. # pylint: disable=redefined-variable-type
  729. rval = yamlfile.write()
  730. return {'changed': rval[0],
  731. 'result': rval[1],
  732. 'state': state}
  733. # We were passed content but no src, key or value, or edits. Return contents in memory
  734. return {'changed': False, 'result': yamlfile.yaml_dict, 'state': state}
  735. return {'failed': True, 'msg': 'Unkown state passed'}
  736. # -*- -*- -*- End included fragment: ../../lib_utils/src/class/yedit.py -*- -*- -*-
  737. # -*- -*- -*- Begin included fragment: lib/base.py -*- -*- -*-
  738. # pylint: disable=too-many-lines
  739. # noqa: E301,E302,E303,T001
  740. class OpenShiftCLIError(Exception):
  741. '''Exception class for openshiftcli'''
  742. pass
  743. ADDITIONAL_PATH_LOOKUPS = ['/usr/local/bin', os.path.expanduser('~/bin')]
  744. def locate_oc_binary():
  745. ''' Find and return oc binary file '''
  746. # https://github.com/openshift/openshift-ansible/issues/3410
  747. # oc can be in /usr/local/bin in some cases, but that may not
  748. # be in $PATH due to ansible/sudo
  749. paths = os.environ.get("PATH", os.defpath).split(os.pathsep) + ADDITIONAL_PATH_LOOKUPS
  750. oc_binary = 'oc'
  751. # Use shutil.which if it is available, otherwise fallback to a naive path search
  752. try:
  753. which_result = shutil.which(oc_binary, path=os.pathsep.join(paths))
  754. if which_result is not None:
  755. oc_binary = which_result
  756. except AttributeError:
  757. for path in paths:
  758. if os.path.exists(os.path.join(path, oc_binary)):
  759. oc_binary = os.path.join(path, oc_binary)
  760. break
  761. return oc_binary
  762. # pylint: disable=too-few-public-methods
  763. class OpenShiftCLI(object):
  764. ''' Class to wrap the command line tools '''
  765. def __init__(self,
  766. namespace,
  767. kubeconfig='/etc/origin/master/admin.kubeconfig',
  768. verbose=False,
  769. all_namespaces=False):
  770. ''' Constructor for OpenshiftCLI '''
  771. self.namespace = namespace
  772. self.verbose = verbose
  773. self.kubeconfig = Utils.create_tmpfile_copy(kubeconfig)
  774. self.all_namespaces = all_namespaces
  775. self.oc_binary = locate_oc_binary()
  776. # Pylint allows only 5 arguments to be passed.
  777. # pylint: disable=too-many-arguments
  778. def _replace_content(self, resource, rname, content, edits=None, force=False, sep='.'):
  779. ''' replace the current object with the content '''
  780. res = self._get(resource, rname)
  781. if not res['results']:
  782. return res
  783. fname = Utils.create_tmpfile(rname + '-')
  784. yed = Yedit(fname, res['results'][0], separator=sep)
  785. updated = False
  786. if content is not None:
  787. changes = []
  788. for key, value in content.items():
  789. changes.append(yed.put(key, value))
  790. if any([change[0] for change in changes]):
  791. updated = True
  792. elif edits is not None:
  793. results = Yedit.process_edits(edits, yed)
  794. if results['changed']:
  795. updated = True
  796. if updated:
  797. yed.write()
  798. atexit.register(Utils.cleanup, [fname])
  799. return self._replace(fname, force)
  800. return {'returncode': 0, 'updated': False}
  801. def _replace(self, fname, force=False):
  802. '''replace the current object with oc replace'''
  803. # We are removing the 'resourceVersion' to handle
  804. # a race condition when modifying oc objects
  805. yed = Yedit(fname)
  806. results = yed.delete('metadata.resourceVersion')
  807. if results[0]:
  808. yed.write()
  809. cmd = ['replace', '-f', fname]
  810. if force:
  811. cmd.append('--force')
  812. return self.openshift_cmd(cmd)
  813. def _create_from_content(self, rname, content):
  814. '''create a temporary file and then call oc create on it'''
  815. fname = Utils.create_tmpfile(rname + '-')
  816. yed = Yedit(fname, content=content)
  817. yed.write()
  818. atexit.register(Utils.cleanup, [fname])
  819. return self._create(fname)
  820. def _create(self, fname):
  821. '''call oc create on a filename'''
  822. return self.openshift_cmd(['create', '-f', fname])
  823. def _delete(self, resource, name=None, selector=None):
  824. '''call oc delete on a resource'''
  825. cmd = ['delete', resource]
  826. if selector is not None:
  827. cmd.append('--selector={}'.format(selector))
  828. elif name is not None:
  829. cmd.append(name)
  830. else:
  831. raise OpenShiftCLIError('Either name or selector is required when calling delete.')
  832. return self.openshift_cmd(cmd)
  833. def _process(self, template_name, create=False, params=None, template_data=None): # noqa: E501
  834. '''process a template
  835. template_name: the name of the template to process
  836. create: whether to send to oc create after processing
  837. params: the parameters for the template
  838. template_data: the incoming template's data; instead of a file
  839. '''
  840. cmd = ['process']
  841. if template_data:
  842. cmd.extend(['-f', '-'])
  843. else:
  844. cmd.append(template_name)
  845. if params:
  846. param_str = ["{}={}".format(key, str(value).replace("'", r'"')) for key, value in params.items()]
  847. cmd.append('-v')
  848. cmd.extend(param_str)
  849. results = self.openshift_cmd(cmd, output=True, input_data=template_data)
  850. if results['returncode'] != 0 or not create:
  851. return results
  852. fname = Utils.create_tmpfile(template_name + '-')
  853. yed = Yedit(fname, results['results'])
  854. yed.write()
  855. atexit.register(Utils.cleanup, [fname])
  856. return self.openshift_cmd(['create', '-f', fname])
  857. def _get(self, resource, name=None, selector=None, field_selector=None):
  858. '''return a resource by name '''
  859. cmd = ['get', resource]
  860. if selector is not None:
  861. cmd.append('--selector={}'.format(selector))
  862. if field_selector is not None:
  863. cmd.append('--field-selector={}'.format(field_selector))
  864. # Name cannot be used with selector or field_selector.
  865. if selector is None and field_selector is None and name is not None:
  866. cmd.append(name)
  867. cmd.extend(['-o', 'json'])
  868. rval = self.openshift_cmd(cmd, output=True)
  869. # Ensure results are retuned in an array
  870. if 'items' in rval:
  871. rval['results'] = rval['items']
  872. elif not isinstance(rval['results'], list):
  873. rval['results'] = [rval['results']]
  874. return rval
  875. def _schedulable(self, node=None, selector=None, schedulable=True):
  876. ''' perform oadm manage-node scheduable '''
  877. cmd = ['manage-node']
  878. if node:
  879. cmd.extend(node)
  880. else:
  881. cmd.append('--selector={}'.format(selector))
  882. cmd.append('--schedulable={}'.format(schedulable))
  883. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw') # noqa: E501
  884. def _list_pods(self, node=None, selector=None, pod_selector=None):
  885. ''' perform oadm list pods
  886. node: the node in which to list pods
  887. selector: the label selector filter if provided
  888. pod_selector: the pod selector filter if provided
  889. '''
  890. cmd = ['manage-node']
  891. if node:
  892. cmd.extend(node)
  893. else:
  894. cmd.append('--selector={}'.format(selector))
  895. if pod_selector:
  896. cmd.append('--pod-selector={}'.format(pod_selector))
  897. cmd.extend(['--list-pods', '-o', 'json'])
  898. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw')
  899. # pylint: disable=too-many-arguments
  900. def _evacuate(self, node=None, selector=None, pod_selector=None, dry_run=False, grace_period=None, force=False):
  901. ''' perform oadm manage-node evacuate '''
  902. cmd = ['manage-node']
  903. if node:
  904. cmd.extend(node)
  905. else:
  906. cmd.append('--selector={}'.format(selector))
  907. if dry_run:
  908. cmd.append('--dry-run')
  909. if pod_selector:
  910. cmd.append('--pod-selector={}'.format(pod_selector))
  911. if grace_period:
  912. cmd.append('--grace-period={}'.format(int(grace_period)))
  913. if force:
  914. cmd.append('--force')
  915. cmd.append('--evacuate')
  916. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw')
  917. def _version(self):
  918. ''' return the openshift version'''
  919. return self.openshift_cmd(['version'], output=True, output_type='raw')
  920. def _import_image(self, url=None, name=None, tag=None):
  921. ''' perform image import '''
  922. cmd = ['import-image']
  923. image = '{0}'.format(name)
  924. if tag:
  925. image += ':{0}'.format(tag)
  926. cmd.append(image)
  927. if url:
  928. cmd.append('--from={0}/{1}'.format(url, image))
  929. cmd.append('-n{0}'.format(self.namespace))
  930. cmd.append('--confirm')
  931. return self.openshift_cmd(cmd)
  932. def _run(self, cmds, input_data):
  933. ''' Actually executes the command. This makes mocking easier. '''
  934. curr_env = os.environ.copy()
  935. curr_env.update({'KUBECONFIG': self.kubeconfig})
  936. proc = subprocess.Popen(cmds,
  937. stdin=subprocess.PIPE,
  938. stdout=subprocess.PIPE,
  939. stderr=subprocess.PIPE,
  940. env=curr_env)
  941. stdout, stderr = proc.communicate(input_data)
  942. return proc.returncode, stdout.decode('utf-8'), stderr.decode('utf-8')
  943. # pylint: disable=too-many-arguments,too-many-branches
  944. def openshift_cmd(self, cmd, oadm=False, output=False, output_type='json', input_data=None):
  945. '''Base command for oc '''
  946. cmds = [self.oc_binary]
  947. if oadm:
  948. cmds.append('adm')
  949. cmds.extend(cmd)
  950. if self.all_namespaces:
  951. cmds.extend(['--all-namespaces'])
  952. elif self.namespace is not None and self.namespace.lower() not in ['none', 'emtpy']: # E501
  953. cmds.extend(['-n', self.namespace])
  954. if self.verbose:
  955. print(' '.join(cmds))
  956. try:
  957. returncode, stdout, stderr = self._run(cmds, input_data)
  958. except OSError as ex:
  959. returncode, stdout, stderr = 1, '', 'Failed to execute {}: {}'.format(subprocess.list2cmdline(cmds), ex)
  960. rval = {"returncode": returncode,
  961. "cmd": ' '.join(cmds)}
  962. if output_type == 'json':
  963. rval['results'] = {}
  964. if output and stdout:
  965. try:
  966. rval['results'] = json.loads(stdout)
  967. except ValueError as verr:
  968. if "No JSON object could be decoded" in verr.args:
  969. rval['err'] = verr.args
  970. elif output_type == 'raw':
  971. rval['results'] = stdout if output else ''
  972. if self.verbose:
  973. print("STDOUT: {0}".format(stdout))
  974. print("STDERR: {0}".format(stderr))
  975. if 'err' in rval or returncode != 0:
  976. rval.update({"stderr": stderr,
  977. "stdout": stdout})
  978. return rval
  979. class Utils(object): # pragma: no cover
  980. ''' utilities for openshiftcli modules '''
  981. @staticmethod
  982. def _write(filename, contents):
  983. ''' Actually write the file contents to disk. This helps with mocking. '''
  984. with open(filename, 'w') as sfd:
  985. sfd.write(str(contents))
  986. @staticmethod
  987. def create_tmp_file_from_contents(rname, data, ftype='yaml'):
  988. ''' create a file in tmp with name and contents'''
  989. tmp = Utils.create_tmpfile(prefix=rname)
  990. if ftype == 'yaml':
  991. # AUDIT:no-member makes sense here due to ruamel.YAML/PyYAML usage
  992. # pylint: disable=no-member
  993. if hasattr(yaml, 'RoundTripDumper'):
  994. Utils._write(tmp, yaml.dump(data, Dumper=yaml.RoundTripDumper))
  995. else:
  996. Utils._write(tmp, yaml.safe_dump(data, default_flow_style=False))
  997. elif ftype == 'json':
  998. Utils._write(tmp, json.dumps(data))
  999. else:
  1000. Utils._write(tmp, data)
  1001. # Register cleanup when module is done
  1002. atexit.register(Utils.cleanup, [tmp])
  1003. return tmp
  1004. @staticmethod
  1005. def create_tmpfile_copy(inc_file):
  1006. '''create a temporary copy of a file'''
  1007. tmpfile = Utils.create_tmpfile('lib_openshift-')
  1008. Utils._write(tmpfile, open(inc_file).read())
  1009. # Cleanup the tmpfile
  1010. atexit.register(Utils.cleanup, [tmpfile])
  1011. return tmpfile
  1012. @staticmethod
  1013. def create_tmpfile(prefix='tmp'):
  1014. ''' Generates and returns a temporary file name '''
  1015. with tempfile.NamedTemporaryFile(prefix=prefix, delete=False) as tmp:
  1016. return tmp.name
  1017. @staticmethod
  1018. def create_tmp_files_from_contents(content, content_type=None):
  1019. '''Turn an array of dict: filename, content into a files array'''
  1020. if not isinstance(content, list):
  1021. content = [content]
  1022. files = []
  1023. for item in content:
  1024. path = Utils.create_tmp_file_from_contents(item['path'] + '-',
  1025. item['data'],
  1026. ftype=content_type)
  1027. files.append({'name': os.path.basename(item['path']),
  1028. 'path': path})
  1029. return files
  1030. @staticmethod
  1031. def cleanup(files):
  1032. '''Clean up on exit '''
  1033. for sfile in files:
  1034. if os.path.exists(sfile):
  1035. if os.path.isdir(sfile):
  1036. shutil.rmtree(sfile)
  1037. elif os.path.isfile(sfile):
  1038. os.remove(sfile)
  1039. @staticmethod
  1040. def exists(results, _name):
  1041. ''' Check to see if the results include the name '''
  1042. if not results:
  1043. return False
  1044. if Utils.find_result(results, _name):
  1045. return True
  1046. return False
  1047. @staticmethod
  1048. def find_result(results, _name):
  1049. ''' Find the specified result by name'''
  1050. rval = None
  1051. for result in results:
  1052. if 'metadata' in result and result['metadata']['name'] == _name:
  1053. rval = result
  1054. break
  1055. return rval
  1056. @staticmethod
  1057. def get_resource_file(sfile, sfile_type='yaml'):
  1058. ''' return the service file '''
  1059. contents = None
  1060. with open(sfile) as sfd:
  1061. contents = sfd.read()
  1062. if sfile_type == 'yaml':
  1063. # AUDIT:no-member makes sense here due to ruamel.YAML/PyYAML usage
  1064. # pylint: disable=no-member
  1065. if hasattr(yaml, 'RoundTripLoader'):
  1066. contents = yaml.load(contents, yaml.RoundTripLoader)
  1067. else:
  1068. contents = yaml.safe_load(contents)
  1069. elif sfile_type == 'json':
  1070. contents = json.loads(contents)
  1071. return contents
  1072. @staticmethod
  1073. def filter_versions(stdout):
  1074. ''' filter the oc version output '''
  1075. version_dict = {}
  1076. version_search = ['oc', 'openshift', 'kubernetes']
  1077. for line in stdout.strip().split('\n'):
  1078. for term in version_search:
  1079. if not line:
  1080. continue
  1081. if line.startswith(term):
  1082. version_dict[term] = line.split()[-1]
  1083. # horrible hack to get openshift version in Openshift 3.2
  1084. # By default "oc version in 3.2 does not return an "openshift" version
  1085. if "openshift" not in version_dict:
  1086. version_dict["openshift"] = version_dict["oc"]
  1087. return version_dict
  1088. @staticmethod
  1089. def add_custom_versions(versions):
  1090. ''' create custom versions strings '''
  1091. versions_dict = {}
  1092. for tech, version in versions.items():
  1093. # clean up "-" from version
  1094. if "-" in version:
  1095. version = version.split("-")[0]
  1096. if version.startswith('v'):
  1097. versions_dict[tech + '_numeric'] = version[1:].split('+')[0]
  1098. # "v3.3.0.33" is what we have, we want "3.3"
  1099. versions_dict[tech + '_short'] = version[1:4]
  1100. return versions_dict
  1101. @staticmethod
  1102. def openshift_installed():
  1103. ''' check if openshift is installed '''
  1104. import rpm
  1105. transaction_set = rpm.TransactionSet()
  1106. rpmquery = transaction_set.dbMatch("name", "atomic-openshift")
  1107. return rpmquery.count() > 0
  1108. # Disabling too-many-branches. This is a yaml dictionary comparison function
  1109. # pylint: disable=too-many-branches,too-many-return-statements,too-many-statements
  1110. @staticmethod
  1111. def check_def_equal(user_def, result_def, skip_keys=None, debug=False):
  1112. ''' Given a user defined definition, compare it with the results given back by our query. '''
  1113. # Currently these values are autogenerated and we do not need to check them
  1114. skip = ['metadata', 'status']
  1115. if skip_keys:
  1116. skip.extend(skip_keys)
  1117. for key, value in result_def.items():
  1118. if key in skip:
  1119. continue
  1120. # Both are lists
  1121. if isinstance(value, list):
  1122. if key not in user_def:
  1123. if debug:
  1124. print('User data does not have key [%s]' % key)
  1125. print('User data: %s' % user_def)
  1126. return False
  1127. if not isinstance(user_def[key], list):
  1128. if debug:
  1129. print('user_def[key] is not a list key=[%s] user_def[key]=%s' % (key, user_def[key]))
  1130. return False
  1131. if len(user_def[key]) != len(value):
  1132. if debug:
  1133. print("List lengths are not equal.")
  1134. print("key=[%s]: user_def[%s] != value[%s]" % (key, len(user_def[key]), len(value)))
  1135. print("user_def: %s" % user_def[key])
  1136. print("value: %s" % value)
  1137. return False
  1138. for values in zip(user_def[key], value):
  1139. if isinstance(values[0], dict) and isinstance(values[1], dict):
  1140. if debug:
  1141. print('sending list - list')
  1142. print(type(values[0]))
  1143. print(type(values[1]))
  1144. result = Utils.check_def_equal(values[0], values[1], skip_keys=skip_keys, debug=debug)
  1145. if not result:
  1146. print('list compare returned false')
  1147. return False
  1148. elif value != user_def[key]:
  1149. if debug:
  1150. print('value should be identical')
  1151. print(user_def[key])
  1152. print(value)
  1153. return False
  1154. # recurse on a dictionary
  1155. elif isinstance(value, dict):
  1156. if key not in user_def:
  1157. if debug:
  1158. print("user_def does not have key [%s]" % key)
  1159. return False
  1160. if not isinstance(user_def[key], dict):
  1161. if debug:
  1162. print("dict returned false: not instance of dict")
  1163. return False
  1164. # before passing ensure keys match
  1165. api_values = set(value.keys()) - set(skip)
  1166. user_values = set(user_def[key].keys()) - set(skip)
  1167. if api_values != user_values:
  1168. if debug:
  1169. print("keys are not equal in dict")
  1170. print(user_values)
  1171. print(api_values)
  1172. return False
  1173. result = Utils.check_def_equal(user_def[key], value, skip_keys=skip_keys, debug=debug)
  1174. if not result:
  1175. if debug:
  1176. print("dict returned false")
  1177. print(result)
  1178. return False
  1179. # Verify each key, value pair is the same
  1180. else:
  1181. if key not in user_def or value != user_def[key]:
  1182. if debug:
  1183. print("value not equal; user_def does not have key")
  1184. print(key)
  1185. print(value)
  1186. if key in user_def:
  1187. print(user_def[key])
  1188. return False
  1189. if debug:
  1190. print('returning true')
  1191. return True
  1192. class OpenShiftCLIConfig(object):
  1193. '''Generic Config'''
  1194. def __init__(self, rname, namespace, kubeconfig, options):
  1195. self.kubeconfig = kubeconfig
  1196. self.name = rname
  1197. self.namespace = namespace
  1198. self._options = options
  1199. @property
  1200. def config_options(self):
  1201. ''' return config options '''
  1202. return self._options
  1203. def to_option_list(self, ascommalist=''):
  1204. '''return all options as a string
  1205. if ascommalist is set to the name of a key, and
  1206. the value of that key is a dict, format the dict
  1207. as a list of comma delimited key=value pairs'''
  1208. return self.stringify(ascommalist)
  1209. def stringify(self, ascommalist=''):
  1210. ''' return the options hash as cli params in a string
  1211. if ascommalist is set to the name of a key, and
  1212. the value of that key is a dict, format the dict
  1213. as a list of comma delimited key=value pairs '''
  1214. rval = []
  1215. for key in sorted(self.config_options.keys()):
  1216. data = self.config_options[key]
  1217. if data['include'] \
  1218. and (data['value'] is not None or isinstance(data['value'], int)):
  1219. if key == ascommalist:
  1220. val = ','.join(['{}={}'.format(kk, vv) for kk, vv in sorted(data['value'].items())])
  1221. else:
  1222. val = data['value']
  1223. rval.append('--{}={}'.format(key.replace('_', '-'), val))
  1224. return rval
  1225. # -*- -*- -*- End included fragment: lib/base.py -*- -*- -*-
  1226. # -*- -*- -*- Begin included fragment: class/oc_edit.py -*- -*- -*-
  1227. class Edit(OpenShiftCLI):
  1228. ''' Class to wrap the oc command line tools
  1229. '''
  1230. # pylint: disable=too-many-arguments
  1231. def __init__(self,
  1232. kind,
  1233. namespace,
  1234. resource_name=None,
  1235. kubeconfig='/etc/origin/master/admin.kubeconfig',
  1236. separator='.',
  1237. verbose=False):
  1238. ''' Constructor for OpenshiftOC '''
  1239. super(Edit, self).__init__(namespace, kubeconfig=kubeconfig, verbose=verbose)
  1240. self.kind = kind
  1241. self.name = resource_name
  1242. self.separator = separator
  1243. def get(self):
  1244. '''return a secret by name '''
  1245. return self._get(self.kind, self.name)
  1246. def update(self, file_name, content, edits, force=False, content_type='yaml'):
  1247. '''run update '''
  1248. if file_name:
  1249. if content_type == 'yaml':
  1250. data = yaml.load(open(file_name))
  1251. elif content_type == 'json':
  1252. data = json.loads(open(file_name).read())
  1253. yed = Yedit(filename=file_name, content=data, separator=self.separator)
  1254. # Keep this for compatibility
  1255. if content is not None:
  1256. changes = []
  1257. for key, value in content.items():
  1258. changes.append(yed.put(key, value))
  1259. if any([not change[0] for change in changes]):
  1260. return {'returncode': 0, 'updated': False}
  1261. elif edits is not None:
  1262. results = Yedit.process_edits(edits, yed)
  1263. if not results['changed']:
  1264. return results
  1265. yed.write()
  1266. atexit.register(Utils.cleanup, [file_name])
  1267. return self._replace(file_name, force=force)
  1268. return self._replace_content(self.kind, self.name, content, edits, force=force, sep=self.separator)
  1269. @staticmethod
  1270. def run_ansible(params, check_mode):
  1271. '''run the ansible idempotent code'''
  1272. ocedit = Edit(params['kind'],
  1273. params['namespace'],
  1274. params['name'],
  1275. kubeconfig=params['kubeconfig'],
  1276. separator=params['separator'],
  1277. verbose=params['debug'])
  1278. api_rval = ocedit.get()
  1279. ########
  1280. # Create
  1281. ########
  1282. if not Utils.exists(api_rval['results'], params['name']):
  1283. return {"failed": True, 'msg': api_rval}
  1284. ########
  1285. # Update
  1286. ########
  1287. if check_mode:
  1288. return {'changed': True, 'msg': 'CHECK_MODE: Would have performed edit'}
  1289. api_rval = ocedit.update(params['file_name'],
  1290. params['content'],
  1291. params['edits'],
  1292. params['force'],
  1293. params['file_format'])
  1294. if api_rval['returncode'] != 0:
  1295. return {"failed": True, 'msg': api_rval}
  1296. if 'updated' in api_rval and not api_rval['updated']:
  1297. return {"changed": False, 'results': api_rval, 'state': 'present'}
  1298. # return the created object
  1299. api_rval = ocedit.get()
  1300. if api_rval['returncode'] != 0:
  1301. return {"failed": True, 'msg': api_rval}
  1302. return {"changed": True, 'results': api_rval, 'state': 'present'}
  1303. # -*- -*- -*- End included fragment: class/oc_edit.py -*- -*- -*-
  1304. # -*- -*- -*- Begin included fragment: ansible/oc_edit.py -*- -*- -*-
  1305. def main():
  1306. '''
  1307. ansible oc module for editing objects
  1308. '''
  1309. module = AnsibleModule(
  1310. argument_spec=dict(
  1311. kubeconfig=dict(default='/etc/origin/master/admin.kubeconfig', type='str'),
  1312. state=dict(default='present', type='str',
  1313. choices=['present']),
  1314. debug=dict(default=False, type='bool'),
  1315. namespace=dict(default='default', type='str'),
  1316. name=dict(default=None, required=True, type='str'),
  1317. kind=dict(required=True, type='str'),
  1318. file_name=dict(default=None, type='str'),
  1319. file_format=dict(default='yaml', type='str'),
  1320. content=dict(default=None, type='dict'),
  1321. force=dict(default=False, type='bool'),
  1322. separator=dict(default='.', type='str'),
  1323. edits=dict(default=None, type='list'),
  1324. ),
  1325. supports_check_mode=True,
  1326. mutually_exclusive=[['content', 'edits']],
  1327. required_one_of=[['content', 'edits']],
  1328. )
  1329. rval = Edit.run_ansible(module.params, module.check_mode)
  1330. if 'failed' in rval:
  1331. module.fail_json(**rval)
  1332. module.exit_json(**rval)
  1333. if __name__ == '__main__':
  1334. main()
  1335. # -*- -*- -*- End included fragment: ansible/oc_edit.py -*- -*- -*-